markkness / ColorPy

Physical color calculations in Python.
GNU Lesser General Public License v2.1
33 stars 17 forks source link

Rec 2020 #19

Closed markkness closed 9 years ago

markkness commented 9 years ago

This PR adds a separate ColorConverter object, which maintains the parameters that define chromaticities and white point. It also adds a new gamma converter object, which is still in progress, but clean enough to merge.

It also includes some Python3 corrections.

markkness commented 9 years ago

It also contains some steps towards Rec-2020 compatibility.