XYZ2xyY {colorscience}R Documentation

convert from XYZ coordinates to xyY coordinates

Description

XYZ2xyY convert from XYZ coordinates to xyY coordinates.

Usage

XYZ2xyY(XYZmatrix,illuminant='D65',observer=2,
RefWhite=get("XYZperfectreflectingdiffuser", envir = environment())) 

Arguments

XYZmatrix

XYZ coordinates

illuminant

illuminant

observer

observer

RefWhite

Reference White

Value

xyY coordinates

Author(s)

Jose Gama

Source

Bruce Justin Lindbloom, 2014 http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html

References

Bruce Justin Lindbloom, 2014 http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html

Examples

XYZ<-c(0.11465380, 0.08391198, 0.08222077)
XYZ2xyY(XYZ)

[Package colorscience version 1.0.9 Index]