Function raylib::ffi::GenImageGradientRadial[][src]

pub unsafe extern "C" fn GenImageGradientRadial(
    width: i32,
    height: i32,
    density: f32,
    inner: Color,
    outer: Color
) -> Image