usonian/ColorChip
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
ColorChip - Easy Color Manipulation with PHP V1.0 -------------------------------------------- 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. Send bug reports/feature requests to: Andy Chase <andychase@gmail.com> No guarantees, but I'll try to fix stuff if it's not working correctly.