Function freeimage::ffi::FreeImage_AllocateEx [−][src]
pub unsafe extern "C" fn FreeImage_AllocateEx(
width: c_int,
height: c_int,
bpp: c_int,
color: *const RGBQUAD,
options: c_int,
palette: *const RGBQUAD,
red_mask: c_uint,
green_mask: c_uint,
blue_mask: c_uint
) -> *mut FIBITMAP