Yuv2xy {colorscience}R Documentation

convert from Yuv coordinates to xy coordinates

Description

Yuv2xy convert from Yuv coordinates to xy coordinates.

Usage

Yuv2xy(Yu.v.matrix) 

Arguments

Yu.v.matrix

Yuv coordinates

Value

xy 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)
Yuv2xy(Yuv)

[Package colorscience version 1.0.9 Index]