Skip to main content

CGContextDrawConicGradient

Function CGContextDrawConicGradient 

Source
pub extern "C-unwind" fn CGContextDrawConicGradient(
    c: &CGContext,
    gradient: Option<&CGGradient>,
    center: CGPoint,
    angle: CGFloat,
)
👎Deprecated:

renamed to CGContext::draw_conic_gradient

Available on crate features CGContext and CGGradient only.