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 83 forks source link

Verify RGB to HSL/HSV with scale/un-scaled values #21

Closed gtaylor closed 10 years ago

gtaylor commented 10 years ago

Make sure this is working for both.

gtaylor commented 10 years ago

We forcibly convert all incoming RGB colors to 0.0-1.0 ranges, so this is golden.