typedef struct
{
u32 versionNumber;
u32 numDescriptors;
TEXDescriptorPtr descriptorArray;
} TPLPalette, *TPLPalettePtr;
Texture palette structure used by the TPL library.
|
Field to describe the file version number. |
|
Number of texture descriptors in the file. |
|
Texture descriptor array. |
TPLDescriptor
TPLHeader
CLUTHeader
06/20/2006 Initial version.