Function freeimage::ffi::FreeImage_GetPixelColor [] [src]

pub unsafe extern "C" fn FreeImage_GetPixelColor(
    dib: *const FIBITMAP,
    x: c_uint,
    y: c_uint,
    value: *const RGBQUAD
) -> BOOL