Function raylib::ffi::GenImageGradientV[][src]

pub unsafe extern "C" fn GenImageGradientV(
    width: i32,
    height: i32,
    top: Color,
    bottom: Color
) -> Image