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