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

Investigate intent of "colormath.color_conversions._RGB_SPACES" private attribute. #84

Closed KelSolaar closed 6 years ago

KelSolaar commented 6 years ago

The colormath.color_conversions._RGB_SPACES private attribute is defined but not used anywhere in the codebase, I would like to know what was the intent behind it: https://github.com/gtaylor/python-colormath/blob/master/colormath/color_conversions.py#L59

gtaylor commented 6 years ago

This is probably dead code