gtaylor / python-colormath

A python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK
python-colormath.readthedocs.org
BSD 3-Clause "New" or "Revised" License
456 stars 82 forks source link

Investigate intent of conditional blocks in "colormath.color_conversions.HSV_to_RGB" and "colormath.color_conversions.HSL_to_RGB" definitions. #83

Open KelSolaar opened 6 years ago

KelSolaar commented 6 years ago

The intent of the following two conditional blocks is unclear:

I have commented them out and ran the codebase through a debugger without understanding their immediate purpose.