Learn R Programming

munsellinterpol (version 1.0.2)

lab2xyz: Convert CIE Lab coordinates to XYZ

Description

lab2xyz Converts CIE Lab coordinates to XYZ.

Usage

lab2xyz(C,bbb)

Arguments

C

CIE Lab coordinates

bbb

Reference white, by default Observer = 2deg, Illuminant = D65

Value

CIE XYZ coordinates

References

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

Examples

Run this code
# NOT RUN {
lab2xyz(c(17,12,12))
# }

Run the code above in your browser using DataLab