Learn R Programming

colorscience (version 1.0.8)

YUV2RGB: Convert YUV coordinates to RGB

Description

YUV2RGB Converts YUV coordinates to RGB.

Usage

YUV2RGB(YUVmatrix)

Arguments

YUVmatrix

YUV coordinates

Value

RGB coordinates

Examples

Run this code
# NOT RUN {
YUV2RGB(c(164.898, -5.584651, 58.53939))
# }

Run the code above in your browser using DataLab