Yxy2Yuv {colorscience} | R Documentation |
convert from Yxy coordinates to Yuv coordinates
Description
Yxy2Yuv
convert from Yxy coordinates to Yuv coordinates.
Usage
Yxy2Yuv(Yxymatrix)
Arguments
Yxymatrix |
Yxy coordinates |
Value
Yuv coordinates
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
xyY <- c(0.4083308, 0.2988462, 0.08391198)
Yxy2Yuv(xyY[c(3,1,2)])
[Package colorscience version 1.0.9 Index]