Learn R Programming

munsellinterpol (version 2.0.1)

xyY2XYZ: Convert xyY coordinates to XYZ

Description

xyY2XYZ Converts xyY coordinates to XYZ.

Usage

xyY2XYZ( xyY )

Arguments

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.

Value

a numeric Nx3 matrix with XYZ coordinates in the rows. The rownames are copied from input to output.

References

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/

See Also

XYZ2xyY()

Examples

Run this code
# NOT RUN {
xyY2XYZ(c(0.310897, 0.306510, 74.613450))
# }

Run the code above in your browser using DataLab