Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8720917 commit bff3ae1Copy full SHA for bff3ae1
1 file changed
Lib/colorsys.py
@@ -3,7 +3,7 @@
3
This modules provides two functions for each color system ABC:
4
5
rgb_to_abc(r, g, b) --> a, b, c
6
- abc_to_rgb(x, y, z) --> r, g, b
+ abc_to_rgb(a, b, c) --> r, g, b
7
8
All inputs and outputs are triples of floats in the range [0.0...1.0].
9
Inputs outside this range may cause exceptions or invalid outputs.
0 commit comments