XYZ2CCT.Robertson {colorscience}R Documentation

convert from chromaticity coordinates to correlated color temperature (Robertson)

Description

XYZ2CCT.Robertson convert from chromaticity coordinates to correlated color temperature (approximation) by Robertson.

Usage

XYZ2CCT.Robertson(X, Y, Z) 

Arguments

X

X coordinates

Y

Y coordinates

Z

Z coordinates

Value

CCT (Robertson)

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

XYZ2CCT.Robertson( 0.11465380, 0.08391198, 0.08222077 )

[Package colorscience version 1.0.9 Index]