Skip to main content

make_rgb_xyz_rgb_transform_avx2

Function make_rgb_xyz_rgb_transform_avx2 

Source
pub(crate) fn make_rgb_xyz_rgb_transform_avx2<T: Clone + Send + Sync + Default + PointeeSizeExpressible + Copy + 'static, const LINEAR_CAP: usize>(
    src_layout: Layout,
    dst_layout: Layout,
    profile: TransformMatrixShaper<T, LINEAR_CAP>,
    gamma_lut: usize,
    bit_depth: usize,
) -> Result<Arc<dyn TransformExecutor<T> + Send + Sync>, CmsError>
where u32: AsPrimitive<T>,