xyChromaticitiesVos1978 {colorscience} | R Documentation |
x, y coordinates transformed to Judd (1951) x', y' system
Description
xyChromaticitiesVos1978
x, y coordinates transformed
to Judd (1951) x', y' system.
Usage
xyChromaticitiesVos1978(x,y)
Arguments
x |
x coordinate |
y |
y coordinate |
Value
x', y' coordinates
Author(s)
Jose Gama
Source
Logicol S.r.l., 2014 EasyRGB color search engine http://www.easyrgb.com/
References
Logicol S.r.l., 2014 EasyRGB color search engine http://www.easyrgb.com/
Examples
xyY <- c(0.4083308, 0.2988462, 0.08391198)
xyChromaticitiesVos1978(xyY[1],xyY[2])
[Package colorscience version 1.0.9 Index]