typedef struct
{
u16 numEntries;
u8 unpacked;
u8 pad8;
GXTlutFmt format;
Ptr data;
} CLUTHeader, *CLUTHeaderPtr;
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. |
06/20/2006 Initial version.