diff options
-rw-r--r-- | Lib/colorsys.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/colorsys.py b/Lib/colorsys.py index 8a096dc..4a62f9d 100644 --- a/Lib/colorsys.py +++ b/Lib/colorsys.py @@ -11,8 +11,8 @@ Inputs outside this range may cause exceptions or invalid outputs. Supported color systems: RGB: Red, Green, Blue components YIQ: used by composite video signals -HLS: Hue, Luminance, S??? -HSV: Hue, Saturation, Value(?) +HLS: Hue, Luminance, Saturation +HSV: Hue, Saturation, Value """ # References: # XXX Where's the literature? |