From 499141cd2b9131285e52d49f4d8683c4ddcf85e8 Mon Sep 17 00:00:00 2001 From: Matt Terry Date: Tue, 23 Jul 2013 21:32:49 -0700 Subject: [PATCH] docs --- skimage/color/colorconv.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skimage/color/colorconv.py b/skimage/color/colorconv.py index b1e70571..ae0c1262 100644 --- a/skimage/color/colorconv.py +++ b/skimage/color/colorconv.py @@ -27,7 +27,11 @@ Supported color spaces ``x == y == z == 1/3`` at the whitepoint, and all color matching functions are greater than zero everywhere. * LAB CIE : Lightness, a, b + Colorspace derived from XYZ CIE that is intented to be more + perceptually uniform * LCH CIE : Lightness, Chroma, Hue + Defined in terms of LAB CIE. C and H are the polar representation of + a and b. The polar angle C is defined to be on (0, 2*pi) :author: Nicolas Pinto (rgb2hsv) :author: Ralf Gommers (hsv2rgb)