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