dmilos / color

C++ library thats implemets class color. Available models: RGB, HSL, HSV, CMY, CMYK, YIQ, YUV and growing.
Apache License 2.0
173 stars 21 forks source link

Is there CIECAM02 support? #9

Closed dmicsa closed 2 years ago

dmicsa commented 2 years ago

What a masterpiece of library.

Is there CIECAM02 support?

dmilos commented 2 years ago

See: ::color::lms< float, ::color::constant::lms::CAT02_entity >. I hope this help.