Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b217687

Browse files
committed
Fix the question marks next to the expansions of some of the
colorspace name abbreviations, based on email from Gerrit Holl <[email protected]>.
1 parent bf6267e commit b217687

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/colorsys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
Supported color systems:
1212
RGB: Red, Green, Blue components
1313
YIQ: used by composite video signals
14-
HLS: Hue, Luminance, S???
15-
HSV: Hue, Saturation, Value(?)
14+
HLS: Hue, Luminance, Saturation
15+
HSV: Hue, Saturation, Value
1616
"""
1717
# References:
1818
# XXX Where's the literature?

0 commit comments

Comments
 (0)