CGImageCreateCopyWithColorSpace

Function CGImageCreateCopyWithColorSpace 

Source
pub extern "C-unwind" fn CGImageCreateCopyWithColorSpace(
    image: Option<&CGImage>,
    space: Option<&CGColorSpace>,
) -> Option<CFRetained<CGImage>>
👎Deprecated: renamed to CGImage::new_copy_with_color_space
Available on crate features CGColorSpace and CGImage only.