Function freeimage::ffi::FreeImage_AdjustColors[][src]

pub unsafe extern "C" fn FreeImage_AdjustColors(
    dib: *mut FIBITMAP,
    brightness: f64,
    contrast: f64,
    gamma: f64,
    invert: BOOL
) -> BOOL