[][src]Function raylib_sys::ffi_funcs::ImageResizeCanvas

pub unsafe extern "C" fn ImageResizeCanvas(
    image: *mut Image,
    newWidth: c_int,
    newHeight: c_int,
    offsetX: c_int,
    offsetY: c_int,
    color: Color
)