multicolorfits.rgb_to_lab# multicolorfits.rgb_to_lab(rgb)[source]# Convert an sRGB image (values in [0,1], shape (…,3)) to CIE L*a*b*. L* in [0,100]; a*,b* roughly in [-128,127]. Thin wrapper around skimage.color.rgb2lab with NaN protection.