[issue29625] colorsys.rgb_to_hsv always returns saturation as 0 (python2.7 only)

Mark Dickinson report at bugs.python.org
Thu Feb 23 14:30:31 EST 2017


Mark Dickinson added the comment:

No problem. I did spend some time wondering whether `rgb_to_hsv` still gives the correct results if any of the inputs happens to be an integer (though still in the range [0, 1]). It looks as though it does, though.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29625>
_______________________________________


More information about the Python-bugs-list mailing list