ICCTAG_LUT8_TYPE

typedef struct _ICCTAG_LUT8_TYPE
{
    ICCTAG_BASE tagBase;
    ICC_LUT8 Lut8;
} ICCTAG_LUT8_TYPE,  * pICCTAG_LUT8_TYPE;

The ICCTAG_LUT8_TYPE structure is used to save lut8Type data.

Member

Description

tagBase

Pointer to an ICCTAG_BASE structure that specifies the ICC signature.

Lut8

Pointer to an ICC_LUT8 structure that contains the tag©s data.

Comments

The signature for this tag type is Lut8TypeSig (0x6d667431).