Function freeimage::ffi::FreeImage_ApplyPaletteIndexMapping [−][src]
pub unsafe extern "C" fn FreeImage_ApplyPaletteIndexMapping(
dib: *mut FIBITMAP,
srcindices: *mut BYTE,
dstindices: *mut BYTE,
count: c_uint,
swap: BOOL
) -> c_uint