Function freeimage::ffi::FreeImage_ApplyPaletteIndexMapping [] [src]

pub unsafe extern "C" fn FreeImage_ApplyPaletteIndexMapping(
    dib: *const FIBITMAP,
    srcindices: *const BYTE,
    dstindices: *const BYTE,
    count: c_uint,
    swap: BOOL
) -> c_uint