XYZ2Yuv {colorscience}R Documentation

convert from XYZ coordinates to Yuv coordinates

Description

XYZ2Yuv convert from XYZ coordinates to Yuv coordinates.

Usage

XYZ2Yuv(XYZmatrix) 

Arguments

XYZmatrix

XYZ coordinates

Value

Yuv coordinates

Author(s)

Jose Gama

Source

Bruce Justin Lindbloom, 2014 http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html

References

Bruce Justin Lindbloom, 2014 http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html

Examples

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

[Package colorscience version 1.0.9 Index]