CGImageGetColorSpace

Function CGImageGetColorSpace 

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