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

Drops a reference to the colorspace.

When the reference count reaches zero, the colorspace is destroyed.