The ICCTAG_LUT8_TYPE structure is used to save lut8Type data.
typedef struct __ICCTAG_LUT8_TYPE
{
ICCTAG_BASE tagBase;
ICC_LUT8 Lut8;
} ICCTAG_LUT8_TYPE, * pICCTAG_LUT8_TYPE;
A pointer to an ICCTAG_BASE structure that specifies the ICC signature.
A pointer to an ICC_LUT8 structure that contains the tag's data.
The signature for this tag type is Lut8TypeSig (0x6d667431).