CIE1931xy2CIE1960uv {colorscience} | R Documentation |
CIE1931xy2CIE1960uv
Converts CIE 1931 xy color space
to CIE 1960 uv color space.
CIE1931xy2CIE1960uv(xymatrix)
xymatrix |
xy coordinates |
CIE 1960 uv coordinates
Jose Gama
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
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
xyY <- cbind(0.4083308, 0.2988462, 0.08391198)
CIE1931xy2CIE1960uv(xyY)