CIE1931xy2CIE1976uv {colorscience}R Documentation

Convert CIE 1931 xy color space to CIE 1976 uv color space

Description

CIE1931xy2CIE1976uv Converts CIE 1931 xy color space to CIE 1976 uv color space.

Usage

CIE1931xy2CIE1976uv(xymatrix) 

Arguments

xymatrix

xy coordinates

Value

CIE 1976 uv coordinates

Author(s)

Jose Gama

Source

Wikipedia, 2014 CIE 1931 color space https://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 https://en.wikipedia.org/wiki/CIE_1931_color_space#CIE_xy_chromaticity_diagram_and_the_CIE_xyY_color_space

Examples

xyY <- cbind(0.4083308, 0.2988462, 0.08391198)
CIE1931xy2CIE1976uv(xyY)

[Package colorscience version 1.0.9 Index]