Yxy2Yuv {colorscience} | R Documentation |
Yxy2Yuv
convert from Yxy coordinates to Yuv coordinates.
Yxy2Yuv(Yxymatrix)
Yxymatrix |
Yxy coordinates |
Yuv coordinates
Jose Gama
Bruce Justin Lindbloom, 2014 http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html
Bruce Justin Lindbloom, 2014 http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html
xyY <- c(0.4083308, 0.2988462, 0.08391198)
Yxy2Yuv(xyY[c(3,1,2)])