luv2xyz: Convert CIE Luv coordinates to XYZ

Description Usage Arguments Value Author(s) Source References Examples

Description

luv2xyz Converts CIE Luv coordinates to XYZ.

Usage

1
luv2xyz(C,bbb) 

Arguments

C

CIE Luv coordinates

bbb

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

Value

CIE XYZ coordinates

Author(s)

Jose Gama

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

1
luv2xyz(c(0.310897, 0.306510, 74.613450))

Example output

Loading required package: geometry
Loading required package: magic
Loading required package: abind
               X          Y            Z
[1,] 0.001119625 0.03441822 -0.167009575
[2,] 0.001108591 0.03441822 -0.167080990
[3,] 0.028143271 0.03441822  0.007895775

munsellinterpol documentation built on May 2, 2019, 5:53 p.m.