hydrax.image.convert_srgb_to_oklab_frac_chw#
- hydrax.image.convert_srgb_to_oklab_frac_chw(image: ndarray) None#
- Converts an image data array in fractional - [0.0, 1.0]CHW format from sRGB to Oklab in-place.- Parameters:
- image – Image data to convert. Any number of leading batch dimensions may be present. The alpha channel, if present, is not modified.