Function xyz_to_oklab

Source
pub fn xyz_to_oklab<T: DType, const N: usize>(pixel: &mut [T; N])
Expand description

Convert from CIE XYZ to OKLAB.

https://bottosson.github.io/posts/oklab/