From 1c5a9e099cdd94a727dbe60f7d79a683dbac53f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dematt=C3=A9?= Date: Fri, 6 Feb 2015 12:44:05 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08b1af7..97681d5 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,8 @@ myColors: { } } ``` - +colors.js is a quite handy tool for color calculations/conversion (gray value, contrast and luminance, etc...). It can also calculate layer mixes between background and foreground colors and therefore make calculations about readability (WCAG 2.0 standard). +If you need more complex calculations or more color spaces, use the version from https://github.com/PitPik/colorPicker. It supports also cmy, cmyk, XYZ and Lab. ```javascript myColorPicker: { color: { // instance of Color inside colorPicker