pub unsafe extern "C" fn fz_new_cal_rgb_colorspace(
    ctx: *mut fz_context,
    wp: *mut f32,
    bp: *mut f32,
    gamma: *mut f32,
    matrix: *mut f32
) -> *mut fz_colorspace
Expand description

Create a calibrated rgb colorspace.

The returned reference should be dropped when it is finished with.

Colorspaces are immutable once created.