CIE1931XYZ2CIE1960uv {colorscience}R Documentation

Convert CIE 1931 XYZ color space to CIE 1960 uv color space

Description

CIE1931XYZ2CIE1960uv Converts CIE 1931 XYZ color space to CIE 1960 uv color space.

Usage

CIE1931XYZ2CIE1960uv(XYZmatrix) 

Arguments

XYZmatrix

XYZ coordinates

Value

CIE 1960 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

XYZ<-c(0.11465380, 0.08391198, 0.08222077)
CIE1931XYZ2CIE1960uv(XYZ)

[Package colorscience version 1.0.9 Index]