CLUTHeader

C Specification


typedef struct
{
    u16        numEntries;
    u8         unpacked;
    u8         pad8;
    GXTlutFmt  format;
    Ptr        data;
 
} CLUTHeader, *CLUTHeaderPtr;

Description

The color lookup table (CLUT) structure used by the TPL library.

numEntries Number of palette entries.
unpacked Internal flag used for unpacking files.
format CLUT data format.
data Pointer to CLUT data.

See Also

TPLDescriptor

Revision History

06/20/2006 Initial version.