pub fn xyz_to_oklab<T: DType, const N: usize>(pixel: &mut [T; N])where
Channels<N>: ValidChannels,Expand description
Convert from CIE XYZ to OKLAB.
pub fn xyz_to_oklab<T: DType, const N: usize>(pixel: &mut [T; N])where
Channels<N>: ValidChannels,Convert from CIE XYZ to OKLAB.