Last chance! 50% off unlimited learning
Sale ends in
XYZ2xyY
convert from XYZ coordinates to xyY coordinates.
XYZ2xyY(XYZmatrix,illuminant='D65',observer=2,
RefWhite=get("XYZperfectreflectingdiffuser", envir = environment()))
XYZ coordinates
illuminant
observer
Reference White
xyY coordinates
Bruce Justin Lindbloom, 2014 http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html
# NOT RUN {
XYZ<-c(0.11465380, 0.08391198, 0.08222077)
XYZ2xyY(XYZ)
# }
Run the code above in your browser using DataLab