mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Oops, one more "x, y, z" to convert...
This commit is contained in:
parent
87209172f0
commit
bff3ae1f75
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
This modules provides two functions for each color system ABC:
|
||||
|
||||
rgb_to_abc(r, g, b) --> a, b, c
|
||||
abc_to_rgb(x, y, z) --> r, g, b
|
||||
abc_to_rgb(a, b, c) --> r, g, b
|
||||
|
||||
All inputs and outputs are triples of floats in the range [0.0...1.0].
|
||||
Inputs outside this range may cause exceptions or invalid outputs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue