CIE1931XYZ2CIE1931xyz function

Convert CIE 1931 XYZ color space to CIE 1931 xyz color space

Convert CIE 1931 XYZ color space to CIE 1931 xyz color space

CIE1931XYZ2CIE1931xyz Converts CIE 1931 XYZ color space to CIE 1931 xyz color space.

CIE1931XYZ2CIE1931xyz(XYZmatrix)

Arguments

  • XYZmatrix: XYZ coordinates

Returns

CIE 1931 xyz coordinates

Source

Wikipedia, 2014 CIE 1931 color space https://en.wikipedia.org/wiki/CIE_1931_color_space#CIE_xy_chromaticity_diagram_and_the_CIE_xyY_color_space

References

Wikipedia, 2014 CIE 1931 color space https://en.wikipedia.org/wiki/CIE_1931_color_space#CIE_xy_chromaticity_diagram_and_the_CIE_xyY_color_space

Author(s)

Jose Gama

Examples

XYZ<-c(0.11465380, 0.08391198, 0.08222077) CIE1931XYZ2CIE1931xyz(XYZ)
  • Maintainer: Glenn Davis
  • License: GPL (>= 3)
  • Last published: 2024-04-22

Useful links