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

No BT.2020 color object in pip installed version #108

Closed ZaixiS closed 3 years ago

ZaixiS commented 4 years ago

I used pip installed version 3.0.0, strangely, the source code doesn't have BT.2020 color object, I manually copied, but I think it needs to be fixed.

KelSolaar commented 3 years ago

Hi @kmd19951,

Yes! This is because the code came after 3.0.0 and has not been released yet! @gtaylor should be able to release a new version though.

ZaixiS commented 3 years ago

Thanks! Sounds great!