Yuv2XYZ {colorscience}R Documentation

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

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

Yuv <- c(0.08391198, 0.2830965, 0.4661789)
Yuv2XYZ(Yuv)

[Package colorscience version 1.0.9 Index]