mirror of https://github.com/python/cpython.git
Fix the question marks next to the expansions of some of the
colorspace name abbreviations, based on email from Gerrit Holl <gerrit.holl@pobox.com>.
This commit is contained in:
parent
bf6267e6f8
commit
b217687a6c
|
@ -11,8 +11,8 @@
|
||||||
Supported color systems:
|
Supported color systems:
|
||||||
RGB: Red, Green, Blue components
|
RGB: Red, Green, Blue components
|
||||||
YIQ: used by composite video signals
|
YIQ: used by composite video signals
|
||||||
HLS: Hue, Luminance, S???
|
HLS: Hue, Luminance, Saturation
|
||||||
HSV: Hue, Saturation, Value(?)
|
HSV: Hue, Saturation, Value
|
||||||
"""
|
"""
|
||||||
# References:
|
# References:
|
||||||
# XXX Where's the literature?
|
# XXX Where's the literature?
|
||||||
|
|
Loading…
Reference in New Issue