Function msfs::sys::nvgRadialGradient

source ·
pub unsafe extern "C" fn nvgRadialGradient(
    ctx: *mut NVGcontext,
    cx: f32,
    cy: f32,
    inr: f32,
    outr: f32,
    icol: NVGcolor,
    ocol: NVGcolor
) -> NVGpaint