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.
Member |
Description |
uStdObserver |
A value that represents the standard observer. For a list of possible values, refer to ICCSTANDARDOBSERVER. |
Backing |
A value that represents XYZ tristimulus values for measurement backing. |
uGeometry |
A value that represents the measurement geometry. For a list of possible values, refer to ICCMEASUREMENTGEOMETRY. |
uFlare |
A value that represents the measurement flare. For a list of possible values, refer to ICCMEASUREMENTFLARE. |
uIlluminant |
A value that represents the standard illuminant. For a list of possible values, refer to ICCSTANDARDILLUMINANT. |