1<html>
2
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
6<meta name="ProgId" content="FrontPage.Editor.Document">
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8
9<title>TPLPalette</title>
10</head>
11
12<body>
13
14<h1>TPLPalette</h1>
15
16<h2>C Specification</h2>
17
18<p>
19<dl>
20  <dd><pre><code>
21typedef struct
22{
23    u32               versionNumber;
24    u32               numDescriptors;
25    TPLDescriptorPtr  descriptorArray;
26
27} TPLPalette, *TPLPalettePtr;
28</code></pre>
29  </dd>
30</dl>
31</p>
32
33<h2>Description</h2>
34
35<p>Texture palette structure used by the TPL library.</p>
36
37<table cellSpacing="0" cellPadding="3" border="1">
38  <tr>
39<td><code><CODE>versionNumber</CODE></code></td>
40<td>Field to describe the file version number. </td>
41  </tr>
42  <tr>
43<td><code><CODE>numDescriptors</CODE></code></td>
44<td>Number of texture descriptors in the file.</td>
45  </tr>
46  <tr>
47<td><code><CODE>descriptorArray</CODE></code></td>
48<td>Texture descriptor array.</td>
49  </tr>
50</table>
51
52<h2>See Also</h2>
53
54<P>
55<a href="TPLDescriptor.html"><CODE>TPLDescriptor</CODE></a>, <a href="TPLHeader.html"><CODE>TPLHeader</CODE></a>, <a href="TPLClutHeader.html"><CODE>TPLClutHeader</CODE></a><BR>
56</P>
57
58<h2>Revision History</h2>
59
60<p>
612007/06/20 Revised the TEXDescriptorPtr type in the structure members to TPLDescriptorPtr.<br>2006/06/20 Initial version.</p>
62<hr>
63<P>CONFIDENTIAL</p>
64</BODY>
65</HTML>