[][src]Function freeimage::ffi::FreeImage_ApplyColorMapping

pub unsafe extern "C" fn FreeImage_ApplyColorMapping(
    dib: *mut FIBITMAP,
    srccolors: *mut RGBQUAD,
    dstcolors: *mut RGBQUAD,
    count: c_uint,
    ignore_alpha: BOOL,
    swap: BOOL
) -> c_uint