Learn R Programming

colorscience (version 1.0.8)

YIQ2RGB: Convert YIQ coordinates to RGB

Description

YIQ2RGB Converts YIQ coordinates to RGB.

Usage

YIQ2RGB(YIQmatrix)

Arguments

YIQmatrix

YIQ coordinates

Value

RGB coordinates

References

Alex Izvorski, Copyright 2003-2005 (Portions Copyright 2001-2003 by Alfred Reibenschuh) Graphics/ColorObject version 0.5.0 http://www.poynton.com/notes/colour_and_gamma/ColorFAQ.txt

Examples

Run this code
# NOT RUN {
YIQ2RGB(c(82.949, 31.51965, 17.58261))
# }

Run the code above in your browser using DataLab