29.3 Calibrated Colorspaces

One final route to create colorspaces exists, that of creating them from given calibration settings. This builds upon the ICC workflow, so again, should only be used in the ICC-workflow case.

fz_colorspace *fz_new_cal_colorspace( 
                        fz_context *ctx, 
                        const char *name, 
                        float *wp, 
                        float *bp, 
                        float *gamma, 
                        float *matrix);