Learn R Programming

colorscience (version 1.0.8)

XYZ2CCT.Robertson: 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)

References

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

Examples

Run this code
# NOT RUN {
XYZ2CCT.Robertson( 0.11465380, 0.08391198, 0.08222077 )
# }

Run the code above in your browser using DataLab