xyz2luv: Convert XYZ coordinates to CIE Luv

Description Usage Arguments Value Author(s) Source References Examples

Description

xyz2luv Converts XYZ coordinates to CIE Luv.

Usage

1
xyz2luv(XYZ,bbb) 

Arguments

XYZ

XYZ coordinates

bbb

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

Value

CIE Luv 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
xyz2luv(c(0.310897, 0.306510, 74.613450))

Example output

Loading required package: geometry
Loading required package: magic
Loading required package: abind
           L         u        v
[1,] 2.76868 -6.925144 -16.4227

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