Converts CIELAB aka La*b* to tristimulus XYZ.
lab (ndarray) – La*b* 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
Tristimulus XYZ array of shape (R, C, 3)
lab2xyz()