You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ColorChip is a PHP class for manipulating colors using RGB, HSV, and Hexadecimal color models. The actual class definition can be found in ColorChip.class.php.
API documentation can be found in the doc directory, under index.html.
A demo script, example.php has been included to demonstrate some of the potential uses for this library.
ColorChip is released under the GPL license, which can be read under LICENSE.