Learn R Programming

colorscience (version 1.0.8)

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

References

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

Examples

Run this code
# NOT RUN {
XYZ<-c(0.11465380, 0.08391198, 0.08222077)
XYZ2Yuv(XYZ)
# }

Run the code above in your browser using DataLab