2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-09-08 00:32:35 -06:00

Update README.md

This commit is contained in:
Peter Dematté 2014-08-05 14:30:32 +02:00
parent 2861f0f980
commit 301ac6e3e1

View File

@ -1,7 +1,7 @@
colorPicker colorPicker
=========== ===========
An advanced color picker (desktop use) using Colors for color conversion / calculation... An advanced javaScript color picker (desktop use) using color.js for color conversion / calculation...
See demo at http://dematte.at/cpn See demo at http://dematte.at/cpn
@ -9,6 +9,8 @@ All the W3C 2.0 calculations are also based on alpha levels on all layers<br>
Supported color spaces: (*: also displayed as colors)<br> Supported color spaces: (*: also displayed as colors)<br>
rgb *, hsv(b) *, hsl *, cmyk, cmy, Lab, XYZ, HEX rgb *, hsv(b) *, hsl *, cmyk, cmy, Lab, XYZ, HEX
Uses, with IE9+ and internet browsers, only one .js file (no extra HTML, CSS, images, etc...), works though in all browsers and also on IE6+ (an extra CSS has to be made to make it work in IE6 though)
Convertions of 182 color space combinations (rgb2HSV, RGB2hsl, rgb2RGB, HEX2Lab, ...) Convertions of 182 color space combinations (rgb2HSV, RGB2hsl, rgb2RGB, HEX2Lab, ...)
<pre> <pre>