projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf6267e
)
Fix the question marks next to the expansions of some of the
author
Fred Drake
<fdrake@acm.org>
Mon, 14 Feb 2000 21:30:52 +0000
(21:30 +0000)
committer
Fred Drake
<fdrake@acm.org>
Mon, 14 Feb 2000 21:30:52 +0000
(21:30 +0000)
colorspace name abbreviations, based on email from Gerrit Holl
<gerrit.holl@pobox.com>.
Lib/colorsys.py
patch
|
blob
|
history
diff --git
a/Lib/colorsys.py
b/Lib/colorsys.py
index 8a096dc2f13181b0b820917a9a3c7c7fa6d86ecf..4a62f9df987b2600f0a6eb5e52d14d4bb20fecb7 100644
(file)
--- 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, S
aturation
+HSV: Hue, Saturation, Value
"""
# References:
# XXX Where's the literature?