-
phpColourLover accesses the COLOURLovers site Web services API and can perform several types of operations. Details about colors, palettes, pattern images and COLOURLovers users, can be retrieved.Requirements: PHP 5.0 or higher
-
The browser safe palette is a set of colors that are guaranteed to work for displaying Web pages in a browser screen using 256 colors without color remapping.Hexadecimal and RGB color values are accepted.
-
WebSafeColors.inc.php has a built-in database of information about all the colors of the so called 'Web Safe' palette. It can lookup the palette to determine whether a given color is web safe or not.WebSafeColors.inc.php can also return the RGB components of a web safe color in decimal or hexadecimal representation. It can also lookup a web safe color by name.Currently ...
-
This class can be used to present a palette to let the user pick colors.It is an evolution of the first version of the class that includes enhancements such as displaying a little circle showing the current color, two arrows pointing the position of the selected base color, 3 color panes, and memorize the last picked positions.


