XYZ_from_xyY_cie#

colorsynth.XYZ_from_xyY_cie(xyY, axis=-1)[source]#

Convert from a CIE \(xyY\) color space to a \(XYZ\) color space

Parameters:
  • xyY (ndarray) – color values in a CIE \(xyY\) color space to be converted

  • axis (int) – logical axis along which the \(xyY\) values are distributed

Return type:

ndarray