mirror of
https://github.com/PitPik/colorPicker.git
synced 2025-09-17 05:02:39 -06:00
Update README.md
This commit is contained in:
parent
44cb025e3c
commit
2861f0f980
12
README.md
12
README.md
@ -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), ...)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user