Description Usage Arguments Value Author(s) Source References Examples
RGB2PhotoYCC
Converts RGB coordinates to PhotoYCC.
1 | RGB2PhotoYCC(RGBmatrix)
|
RGBmatrix |
RGB coordinates |
PhotoYCC coordinates
Jose Gama
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
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
1 2 | RGB<-c(124,63,78)
RGB2PhotoYCC(RGB)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.