CGImageGetRenderingIntent

Function CGImageGetRenderingIntent 

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