Learn R Programming

munsellinterpol (version 2.0.1)

luv2xyz: Convert CIE Luv coordinates to XYZ

Description

luv2xyz Converts CIE Luv coordinates to XYZ.

Usage

luv2xyz( Luv, white=c(95.047,100,108.883) )

Arguments

Luv

CIE Luv coordinates. An Nx3 matrix, or a vector that can be converted to such a matrix. Each row of the matrix has Luv.

white

XYZ for the reference white. The default is Illuminant=D65, 2 observer

Value

An Nx3 matrix with the CIE XYZ coordinates. Each row of the matrix has XYZ. The rownames are set to those of Luv.

References

CIE 15: Technical Report: Colorimetry. CIE 15:2004. 3rd edition. ISBN 3901906339.

Luv Color Space. https://en.wikipedia.org/wiki/Luv_color_space

Examples

Run this code
# NOT RUN {
luv2xyz(c(55, -5.06510, 14.613450))
# }

Run the code above in your browser using DataLab