Learn R Programming

colorscience (version 1.0.8)

CCT2XYZ: Convert CCT to XYZ

Description

CCT2XYZ Converts correlated color temperature (CCT) to CIE tristimulus XYZ.

Usage

CCT2XYZ(CCTmatrix)

Arguments

CCTmatrix

CCT values

Value

CIE tristimulus XYZ

References

Bruce Justin Lindbloom, 2013 Color Calculator http://www.brucelindbloom.com/

Examples

Run this code
# NOT RUN {
CCT2XYZ(c(0.310897, 0.306510, 74.613450))
# }

Run the code above in your browser using DataLab