colour.CAM16UCS_to_XYZ#

colour.CAM16UCS_to_XYZ(Jpapbp: Domain100, *, coefficients: ArrayLike = Coefficients_UCS_Luo2006(K_L=1.0, c_1=0.007, c_2=0.0228), **kwargs: Any) Range1#

Convert from Li et al. (2017) CAM16-UCS colourspace \(J'a'b'\) array to CIE XYZ tristimulus values.

Parameters:
  • Jpapbp (Domain100) – Li et al. (2017) CAM16-UCS colourspace \(J'a'b'\) array.

  • kwargs (Any) – {colour.CAM16_to_XYZ()}, See the documentation of the previously listed definition. The default viewing conditions are those of IEC 61966-2-1:1999, i.e., sRGB 64 Lux ambient illumination, 80 \(cd/m^2\), adapting field luminance about 20% of a white object in the scene.

  • coefficients (ArrayLike)

Returns:

CIE XYZ tristimulus values.

Return type:

numpy.ndarray

Warning

The XYZ_w parameter for colour.XYZ_to_CAM16() definition must be specified in the same domain-range scale as the XYZ parameter.

Notes

  • UCS in CAM16-UCS stands for Uniform Colour Space.

Domain

Scale - Reference

Scale - 1

Jpapbp

100

1

Range

Scale - Reference

Scale - 1

XYZ

1

1

References

[LLW+17]