Closed StuMunsonMcGee closed 10 months ago
Are the return values correct when s == 0? Should they be [int(255v)]3?
I did not write the hsv_to_rgb() function. It is copied from the Python colorsys.py library:
https://github.com/python/cpython/blob/main/Lib/colorsys.py
Are the return values correct when s == 0? Should they be [int(255v)]3?