hydrax.image.convert_srgb_to_oklab_frac_hwc#
- hydrax.image.convert_srgb_to_oklab_frac_hwc(image: ndarray) None#
- Converts an image data array in fractional - [0.0, 1.0]HWC 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.