1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
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 http-equiv="Content-Style-Type" content="text/css">
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8<TITLE>tpl</TITLE>
9</HEAD>
10<BODY>
11<H1>Texture Palette Library API Function List</H1>
12<H2><a name="General">Functions</a></H2>
13<TABLE border="1">
14  <TBODY>
15    <TR>
16<TD><A href="TPLBind.html">TPLBind</A></TD>
17<TD>Expands the internal pointer immediately after the TPL file is loaded into memory and carries out initialization to make the TPL data structure available.</TD>
18    </TR>
19    <TR>
20<TD><A href="TPLGet.html">TPLGet</A></TD>
21<TD>Gets one texture descriptor from the TPL data structure.</TD>
22    </TR>
23    <TR>
24<TD><A href="TPLGetGXTexObjFromPalette.html">TPLGetGXTexObjFromPalette</A></TD>
25<TD>Gets one texture descriptor from the TPL data structure and configures GX settings for using the referenced texture data.</TD>
26    </TR>
27    <TR>
28<TD><A href="TPLGetGXTexObjFromPaletteCI.html">TPLGetGXTexObjFromPaletteCI</A></TD>
29<TD>Gets one texture descriptor from the TPL data structure and configures GX settings for using the texture data that uses the referenced color lookup table (CLUT).</TD>
30    </TR>
31  </TBODY>
32</TABLE>
33<H2><A name="Structures">Structures</A></H2>
34<TABLE border="1">
35  <TBODY>
36    <TR>
37<TD><A href="TPLPalette.html">TPLPalette</A></TD>
38<TD>Texture palette structure.</TD>
39    </TR>
40    <TR>
41<TD><A href="TPLDescriptor.html">TPLDescriptor</A></TD>
42<TD>Texture descriptor structure.</TD>
43    </TR>
44    <TR>
45<TD><A href="TPLHeader.html">TPLHeader</A></TD>
46<TD>Texture header structure.</TD>
47    </TR>
48    <TR>
49<TD><A href="TPLClutHeader.html">TPLClutHeader</A></TD>
50<TD>Color lookup table (CLUT) structure.</TD>
51    </TR>
52  </TBODY>
53</TABLE>
54<P><CODE><BR></CODE></P>
55</BODY>
56</HTML>