RGB2YIQ {colorscience} | R Documentation |
Convert RGB coordinates to YIQ
Description
RGB2YIQ
Converts RGB coordinates to YIQ.
Usage
RGB2YIQ(RGBmatrix)
Arguments
RGBmatrix |
RGB coordinates |
Value
YIQ coordinates
Author(s)
Jose Gama
Source
Alex Izvorski, Copyright 2003-2005 (Portions Copyright 2001-2003 by Alfred Reibenschuh) Graphics/ColorObject version 0.5.0 https://www.poynton.ca/notes/colour_and_gamma/ColorFAQ.txt
References
Alex Izvorski, Copyright 2003-2005 (Portions Copyright 2001-2003 by Alfred Reibenschuh) Graphics/ColorObject version 0.5.0 https://www.poynton.ca/notes/colour_and_gamma/ColorFAQ.txt
Examples
RGB<-c(124,63,78)
RGB2YIQ(RGB)
[Package colorscience version 1.0.9 Index]