Yxy2CIE1960UCS: convert from Yxy coordinates to CIE 1960 UCS

Description Usage Arguments Value Author(s) Source References Examples

Description

Yxy2CIE1960UCS convert from Yxy coordinates to CIE 1960 UCS.

Usage

1
Yxy2CIE1960UCS(Yxymatrix) 

Arguments

Yxymatrix

Yxy coordinates

Value

CIE 1960 UCS

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

1
2
xyY <- c(0.4083308, 0.2988462, 0.08391198)
Yxy2CIE1960UCS(xyY[c(3,1,2)])

pmur002/colorscience documentation built on May 28, 2019, 3:13 p.m.