Learn R Programming

colorscience (version 1.0.8)

Luv2XYZ: Convert CIE Luv coordinates to XYZ

Description

Luv2XYZ Converts CIE Luv coordinates to XYZ.

Usage

Luv2XYZ(Luvmatrix, illuminant = "D65", observer = 2, RefWhite
                 = get("XYZperfectreflectingdiffuser", envir = environment()))

Arguments

Luvmatrix

Luv matrix

illuminant

illuminant

observer

observer

RefWhite

Reference White

Value

XYZ coordinates

References

Logicol S.r.l., 2014 EasyRGB color search engine http://www.easyrgb.com/

Examples

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

Run the code above in your browser using DataLab