ColorPy icon indicating copy to clipboard operation
ColorPy copied to clipboard

Add support for conversion between RGB color spaces

Open dkirkby opened this issue 8 years ago • 0 comments

It would be useful to be able to convert between two different RGB color spaces, but it looks like this isn't currently possible since the colormodels.init() function uses globals so only one space is defined at any time. In particular, I would like to convert between sRGB (the default) and a custom RGB space for a specific RGB LED.

dkirkby avatar Dec 24 '16 19:12 dkirkby