Learn R Programming

colorscience (version 1.0.8)

Yxy2CIE1960UCS: convert from Yxy coordinates to CIE 1960 UCS

Description

Yxy2CIE1960UCS convert from Yxy coordinates to CIE 1960 UCS.

Usage

Yxy2CIE1960UCS(Yxymatrix)

Arguments

Yxymatrix

Yxy coordinates

Value

CIE 1960 UCS

References

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

Examples

Run this code
# NOT RUN {
xyY <- c(0.4083308, 0.2988462, 0.08391198)
Yxy2CIE1960UCS(xyY[c(3,1,2)])
# }

Run the code above in your browser using DataLab