forked from usonian/ColorChip
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
15 lines (10 loc) · 671 Bytes
/
README
File metadata and controls
15 lines (10 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.