CGContextSetRenderingIntent

Function CGContextSetRenderingIntent 

Source
pub extern "C-unwind" fn CGContextSetRenderingIntent(
    c: Option<&CGContext>,
    intent: CGColorRenderingIntent,
)
👎Deprecated: renamed to CGContext::set_rendering_intent
Available on crate features CGColorSpace and CGContext only.