Function raylib_sys::ImageResizeCanvas
source ยท pub unsafe extern "C" fn ImageResizeCanvas(
image: *mut Image,
newWidth: c_int,
newHeight: c_int,
offsetX: c_int,
offsetY: c_int,
fill: Color
)pub unsafe extern "C" fn ImageResizeCanvas(
image: *mut Image,
newWidth: c_int,
newHeight: c_int,
offsetX: c_int,
offsetY: c_int,
fill: Color
)