ICCTAG_LUT8_TYPE

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

The ICCTAG_LUT8_TYPE structure is used to save lut8Type data.

Member

Description

tagBase

A pointer to an ICCTAG_BASE structure that specifies the ICC signature.

Lut8

A pointer to an ICC_LUT8 structure that contains the tag’s data.

Comments

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