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>TPLClutHeader</title>
11</head>
12
13<body>
14
15<h1>TPLClutHeader</h1>
16
17<h2>Syntax</h2>
18<dl><dd><pre class="construction">
19typedef struct
20{
21    u16        numEntries;
22    u8         unpacked;
23    u8         pad8;
24    GXTlutFmt  format;
25    Ptr        data;
26
27} TPLClutHeader, *TPLClutHeaderPtr;
28</pre></dd></dl>
29
30<h2>Description</h2>
31<p>The color lookup table (CLUT) structure used by the TPL library.</p>
32
33<TABLE class="arguments" border="1" >
34  <tr>
35<th>numEntries</th>
36<td>Number of palette entries.</td>
37  </tr>
38  <tr>
39<th><CODE>unpacked</CODE></th>
40<td>Internal flag used for unpacking files.</td>
41  </tr>
42  <tr>
43<th>format</th>
44<td>CLUT data format.</td>
45  </tr>
46  <tr>
47<th>data</th>
48<td>Pointer to CLUT data.</td>
49  </tr>
50</table>
51
52<h2>See Also</h2>
53<P class="reference">
54<a href="TPLDescriptor.html">TPLDescriptor</a>
55</P>
56
57<h2>Revision History</h2>
58<p>
592007/06/20 Corrected the structure name, which was previously <CODE>CLUTHeader</CODE>.<br>2006/06/20 Initial version.<br>
60</p>
61
62<hr><p>CONFIDENTIAL</p></body>
63</html>