1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3	<head>
4		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5		<meta http-equiv="Content-Style-Type" content="text/css" />
6		<title>ImageLookupTableCtr</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;ImageLookupTableCtr&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            This tag representes the lookup table for materials.<BR> It takes &lt;CurveLookupTableCtr&gt; as a child element.</p>
14		<h2>Attributes</h2>
15		<table class="arguments">
16<thead><tr><td>Type</td><td>Attributes</td><td>Description</td></tr></thead>
17<tr><td /><th>Name</th><td>The name of the lookup table.</td></tr>
18<tr><td /><th>IsGeneratedAsAbs</th><td>Flag indicating whether the lookup table has an absolute value format.</td></tr>
19<tr><td /><th>IsSizeDoubled</th><td>Flag indicating if the size of the lookup table is 512 bytes.</td></tr>
20<tr><td /><th>IsMipMap</th><td>Flag indicating whether the table is a color lookup table for procedural textures that use mipmaps.</td></tr>
21            </table>
22            <p>This parameter is highly dependent on hardware specifications. For details, see documentation on basic graphics.</p>
23
24        <h2>&lt;CurveLookupTableCtr&gt;</h2>
25        <p>This element takes one instance of &lt;SegmentsFloatCurve&gt; as a child element. &lt;SegmentsFloatCurve&gt; is used to define a lookup table curve as an Hermite curve.</p>
26        <h2>Example Output</h2>
27<table>
28<tr>
29<td><pre>
30&lt;LookupTableSetContents&gt;<br>
31  &lt;LookupTableSetContentCtr Name=&quot;LookupTableSetContentCtr1&quot;&gt;<br>
32    &lt;LookupTableSet Name=&quot;&quot;&gt;<br>
33      &lt;Samplers&gt;<br><strong>
34        &lt;ImageLookupTableCtr Name=&quot;LookupTable_1&quot; IsGeneratedAsAbs=&quot;true&quot; IsSizeDoubled=&quot;true&quot; IsMipMap=&quot;false&quot;&gt;<br>
35          &lt;CurveLookupTableCtr&gt;<br>
36            &lt;SegmentsFloatCurve PreRepeatMethod=&quot;Mirror&quot; PostRepeatMethod=&quot;RelativeRepeat&quot; StartFrame=&quot;0&quot; EndFrame=&quot;255&quot;&gt;<br>
37              &lt;Segments&gt;<br>
38                &lt;HermiteFloatSegment&gt;<br>
39                  &lt;Keys&gt;<br>
40                    &lt;HermiteFloatKey Frame=&quot;0&quot; Value=&quot;0&quot; InSlope=&quot;0&quot; OutSlope=&quot;0&quot; /&gt;<br>
41                    &lt;HermiteFloatKey Frame=&quot;255&quot; Value=&quot;1&quot; InSlope=&quot;0&quot; OutSlope=&quot;0&quot; /&gt;<br>
42                  &lt;/Keys&gt;<br>
43                &lt;/HermiteFloatSegment&gt;<br>
44              &lt;/Segments&gt;<br>
45            &lt;/SegmentsFloatCurve&gt;<br>
46          &lt;/CurveLookupTableCtr&gt;<br>
47        &lt;/ImageLookupTableCtr&gt;<br></strong>
48      &lt;/Samplers&gt;<br>
49    &lt;/LookupTableSet&gt;<br>
50  &lt;/LookupTableSetContentCtr&gt;<br>
51&lt;/LookupTableSetContents&gt;<br>
52</pre></td>
53</tr></table>
54	<hr><p>CONFIDENTIAL</p></body>
55</html>