CIE1931xy2CIE1960uv: Convert CIE 1931 xy color space to CIE 1960 uv color space

Description Usage Arguments Value Author(s) Source References Examples

Description

CIE1931xy2CIE1960uv Converts CIE 1931 xy color space to CIE 1960 uv color space.

Usage

1

Arguments

xymatrix

xy coordinates

Value

CIE 1960 uv coordinates

Author(s)

Jose Gama

Source

Wikipedia, 2014 CIE 1931 color space http://en.wikipedia.org/wiki/CIE_1931_color_space#CIE_xy_chromaticity_diagram_and_the_CIE_xyY_color_space

References

Wikipedia, 2014 CIE 1931 color space http://en.wikipedia.org/wiki/CIE_1931_color_space#CIE_xy_chromaticity_diagram_and_the_CIE_xyY_color_space

Examples

1
2
xyY <- cbind(0.4083308, 0.2988462, 0.08391198)
CIE1931xy2CIE1960uv(xyY)

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