TPLPalette

Syntax

typedef struct
{
    u32               versionNumber;
    u32               numDescriptors;
    TPLDescriptorPtr  descriptorArray;
 
} TPLPalette, *TPLPalettePtr;  

Description

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.

See Also

TPLDescriptor, TPLHeader, TPLClutHeader

Revision History

2007/06/20 Revised the TEXDescriptorPtr type in the structure members to TPLDescriptorPtr.
2006/06/20 Initial version.


CONFIDENTIAL