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

Munsell Color Order System #44

Closed MichaelMauderer closed 10 years ago

MichaelMauderer commented 10 years ago

Since I'll need to do a few conversion from Munsell Color Order System to more usable colour spaces, I'll be implementing an interpolation algorithm based on this data from the RIT.

I think while it is not a real color space it will mostly behave like one in terms of integration and fit right in with the other ones.

MichaelMauderer commented 10 years ago

Actually found a way around having to do this, so I won't do this right now. If anyone needs this just reopen a new issue (or comment here)