Skip to content

core/colorspace: fix support for the XYZ color space

Xaver Hugl requested to merge work/zamundaaa/fix-xyz into master

Using xyY values to specify the primaries for XYZ doesn't quite work out, so this commit changes Colorimetry to use (normalized) XYZ values for the primaries and adds a test that verifies XYZ->XYZ transformations to be identity

Merge request reports