Function mupdf_sys::fz_convert_separation_colors[][src]

pub unsafe extern "C" fn fz_convert_separation_colors(
    ctx: *mut fz_context,
    src_cs: *mut fz_colorspace,
    src_color: *const f32,
    dst_seps: *mut fz_separations,
    dst_cs: *mut fz_colorspace,
    dst_color: *mut f32,
    color_params: fz_color_params
)
Expand description

Convert a color given in terms of one colorspace, to a color in terms of another colorspace/separations.