typedef struct
{
u16 numEntries;
u8 unpacked;
u8 pad8;
GXTlutFmt format;
Ptr data;
} TPLClutHeader, *TPLClutHeaderPtr;
The color lookup table (CLUT) structure used by the TPL library.
numEntries |
Number of palette entries. |
|
Internal flag used for unpacking files. |
format |
CLUT data format. |
data |
Pointer to CLUT data. |
2007/06/20 Corrected a structure name that was designated as CLUTHeader.
2006/06/20 Initial version.
CONFIDENTIAL