Converts tristimulus XYZ to YUV. Performed using an intermediate conversion to BGR.
xyz (ndarray) – XYZ array of shape (R, C, 3)
ndarray
standard (Standard) – Color standard to which the data conforms.
Standard
range (Union[int, float, None]) – Range of pixel values (Default: None - inferred from standard).
Union
int
float
None
YUV array of shape (R, C, 3)
xyz2yuv()