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

Increment the reference count for the colorspace.

Returns the same pointer. Never throws an exception.