KCMS Application Developer's Guide

icUcrBgCurve

/* Structure describing either a UCR or BG curve */
 typedef struct {
     icUInt32Number						count;				/* Curve length */
     icUInt16Number						curve[icAny];	/* The array of curve values */
 } icUcrBgCurve;