KCMS Calibrator Tool Loadable Interface Guide

KCMSCData

typedef struct _KCMSCData {
   int                   size;		/* number of data sets */  
		KcsCalibrationData ** data;		/* pointers to data sets */ }
		KCMSCData;

KCMSCData is a structure that collects data. For monitor calibration, the size element must be equivalent in value to numVisuals in the KCMSCVisuals structure. (For more information on numVisuals, see "KCMSCVisuals" in this chapter.)

The members in this structure are described below:

size

Is the number of sets of data. For monitors, the value must be equivalent to the value of numVisuals.

KcsCalibrationData

Is a variable array of pointers to KcsCalibrationData structures. KcsCalibrationData contains an array of input values for the profiles (supplied by Calibrator Tool) and an array of output values (results of measurements) that represent the color response of the device. (For details on the KcsCalibrationData type, see Chapter 3, "Data Structures" in the KCMS Application Developer's Guide.)