Converts tristimulus XYZ 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
BGR array of shape (R, C, 3)
xyz2bgr()