typedef struct _ICCMEASUREMENT
{
L_UINT32 uStdObserver;
ICC_XYZ_NUMBER Backing;
L_UINT32 uGeometry;
L_UINT32 uFlare;
L_UINT32 uIlluminant;
} ICC_MEASUREMENT, * pICC_MEASUREMENT;
The ICC_MEASUREMENT structure is used to save MeasurementType tag type data.
A value that represents the standard observer. For a list of possible values, refer to ICCSTANDARDOBSERVER.
A value that represents XYZ tristimulus values for measurement backing.
A value that represents the measurement geometry. For a list of possible values, refer to ICCMEASUREMENTGEOMETRY.
A value that represents the measurement flare. For a list of possible values, refer to ICCMEASUREMENTFLARE.
A value that represents the standard illuminant. For a list of possible values, refer to ICCSTANDARDILLUMINANT.