pub unsafe extern "C" fn fz_is_valid_blend_colorspace(
    ctx: *mut fz_context,
    cs: *mut fz_colorspace
) -> c_int
Expand description

Check to see that a colorspace is appropriate to be used as a blending space (i.e. only grey, rgb or cmyk).