yuvToRgb(yuv
): RGB
Converts YUV color values to RGB color space.
Parameters
Parameter | Type | Description |
---|
yuv | YUV | The YUV color to convert. |
Returns
RGB
The color in RGB color space.
Throws
If the input is not a valid YUV object.
Defined in
conversions/components/yuv.ts:9