Function mupdf_sys::fz_clamp_color

source ·
pub unsafe extern "C" fn fz_clamp_color(
    ctx: *mut fz_context,
    cs: *mut fz_colorspace,
    in_: *const f32,
    out: *mut f32
)
Expand description

Clamp the samples in a color to the correct ranges for a given colorspace.