From 301ac6e3e186e2615c1a8a2810fb71ee90786613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dematt=C3=A9?= Date: Tue, 5 Aug 2014 14:30:32 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1c0c72..1f2a9e8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ 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 @@ -9,6 +9,8 @@ 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 +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, ...)