Function libpng_sys::ffi::png_set_cHRM_fixed [] [src]

pub unsafe extern "C" fn png_set_cHRM_fixed(
    png_ptr: &png_struct,
    info_ptr: &mut png_info,
    int_white_x: png_fixed_point,
    int_white_y: png_fixed_point,
    int_red_x: png_fixed_point,
    int_red_y: png_fixed_point,
    int_green_x: png_fixed_point,
    int_green_y: png_fixed_point,
    int_blue_x: png_fixed_point,
    int_blue_y: png_fixed_point
)