ColorSyncTransformConvert

Function ColorSyncTransformConvert 

Source
pub unsafe extern "C-unwind" fn ColorSyncTransformConvert(
    transform: &ColorSyncTransform,
    width: usize,
    height: usize,
    dst: NonNull<c_void>,
    dst_depth: ColorSyncDataDepth,
    dst_layout: ColorSyncDataLayout,
    dst_bytes_per_row: usize,
    src: NonNull<c_void>,
    src_depth: ColorSyncDataDepth,
    src_layout: ColorSyncDataLayout,
    src_bytes_per_row: usize,
    options: Option<&CFDictionary>,
) -> bool
👎Deprecated: renamed to ColorSyncTransform::convert
Available on crate feature ColorSyncTransform only.