From 2861f0f980fe5115224fea39302442be01ec7b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dematt=C3=A9?= Date: Tue, 5 Aug 2014 14:10:10 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6c6f4f4..b1c0c72 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ colorPicker =========== 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 +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, ...) +
 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), ...)