Learn R Programming

colorscience (version 1.0.8)

Yuv2XYZ: convert from Yuv coordinates to XYZ coordinates

Description

Yuv2XYZ convert from Yuv coordinates to XYZ coordinates.

Usage

Yuv2XYZ(Yu.v.matrix)

Arguments

Yu.v.matrix

Yuv coordinates

Value

XYZ coordinates

References

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

Examples

Run this code
# NOT RUN {
Yuv <- c(0.08391198, 0.2830965, 0.4661789)
Yuv2XYZ(Yuv)
# }

Run the code above in your browser using DataLab