2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-09-16 20:52:38 -06:00

Update README.md

This commit is contained in:
Peter Dematté 2014-08-05 14:10:10 +02:00
parent 44cb025e3c
commit 2861f0f980

View File

@ -2,15 +2,15 @@ colorPicker
=========== ===========
An advanced color picker (desktop use) using Colors for color conversion / calculation... An advanced color picker (desktop use) using Colors for color conversion / calculation...
All the W3C 2.0 calculations are also based on alpha levels on all layers
Supported color spaces: (*: also displayed as colors)
rgb *, hsv(b) *, hsl *, cmyk, cmy, Lab, XYZ, HEX
Convertions of 182 color space combinations (rgb2HSV, RGB2hsl, rgb2RGB, HEX2Lab, ...)
See demo at http://dematte.at/cpn See demo at http://dematte.at/cpn
All the W3C 2.0 calculations are also based on alpha levels on all layers<br>
Supported color spaces: (*: also displayed as colors)<br>
rgb *, hsv(b) *, hsl *, cmyk, cmy, Lab, XYZ, HEX
Convertions of 182 color space combinations (rgb2HSV, RGB2hsl, rgb2RGB, HEX2Lab, ...)
<pre> <pre>
var myColors = new Colors({ // all options have a default value... var myColors = new Colors({ // all options have a default value...
color: 'rgba(204, 82, 37, 0.8)', // initial color (#RGB, RGB, #RRGGBB, RRGGBB, rgb(r, g, b), ...) color: 'rgba(204, 82, 37, 0.8)', // initial color (#RGB, RGB, #RRGGBB, RRGGBB, rgb(r, g, b), ...)