[][src]Function mupdf_sys::fz_keep_colorspace

pub unsafe extern "C" fn fz_keep_colorspace(
    ctx: *mut fz_context,
    colorspace: *mut fz_colorspace
) -> *mut fz_colorspace

Increment the reference count for the colorspace.

Returns the same pointer. Never throws an exception.