Learn R Programming

colorscience (version 1.0.0)

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

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

Run this code
Yuv <- c(0.08391198, 0.2830965, 0.4661789)
Yuv2xy(Yuv)

Run the code above in your browser using DataLab