YUV2RGB {colorscience} | R Documentation |
Convert YUV coordinates to RGB
Description
YUV2RGB
Converts YUV coordinates to RGB.
Usage
YUV2RGB(YUVmatrix)
Arguments
YUVmatrix |
YUV coordinates |
Value
RGB coordinates
Author(s)
Jose Gama
Examples
YUV2RGB(c(164.898, -5.584651, 58.53939))
[Package colorscience version 1.0.9 Index]