Learn R Programming

colorscience (version 1.0.0)

Lab2XYZ: Convert CIE Lab coordinates to XYZ

Description

Lab2XYZ Converts CIE Lab coordinates to XYZ.

Usage

Lab2XYZ(Labmatrix, illuminant = "D65", observer = 2, RefWhite
                 = XYZperfectreflectingdiffuser)

Arguments

Labmatrix
CIE Lab coordinates
illuminant
illuminant
observer
observer
RefWhite
Reference White

Value

  • XYZ coordinates

source

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

References

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

Examples

Run this code
Lab2XYZ(c(0.310897, 0.306510, 74.613450))

Run the code above in your browser using DataLab