powered by
xyY2XYZ Converts xyY coordinates to XYZ.
xyY2XYZ
xyY2XYZ( xyY )
a numeric Nx3 matrix with CIE xyY coordinates in the rows, or a vector that can be converted to such a matrix, by row.
a numeric Nx3 matrix with XYZ coordinates in the rows. The rownames are copied from input to output.
Wikipedia. CIE 1931 color space. https://en.wikipedia.org/wiki/CIE_1931_color_space
Logicol S.r.l., 2014 EasyRGB color search engine http://www.easyrgb.com/
XYZ2xyY()
# NOT RUN { xyY2XYZ(c(0.310897, 0.306510, 74.613450)) # }
Run the code above in your browser using DataLab