Learn R Programming

colorscience (version 1.0.8)

xyChromaticitiesVos1978: 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

References

Logicol S.r.l., 2014 EasyRGB color search engine http://www.easyrgb.com/

Examples

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

Run the code above in your browser using DataLab