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>LookupTableSetContents</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;LookupTableSetContents&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            This tag represents a list of lookup table sets.<BR> &lt;LookupTableSetContents&gt; takes multiple instances of &lt;LookupTableSetContentCtr&gt; as child elements.
14            </p>
15		<h2>Attributes</h2>
16		<table class="arguments">
17<thead><tr><td>Type</td><td>Attributes</td><td>Description</td></tr></thead><tr><td /><th>Name</th><td>
18            The name of the lookup table set.
19            </td></tr></table>
20        <h2>&lt;LookupTableSetContentCtr&gt;</h2>
21        <p>This tag represents a single lookup table set.<BR> This element takes instances of &lt;LookupTableSet&gt; as child elements. &lt;LookupTableSet&gt; takes &lt;Samplers&gt; as children. The Name attribute of &lt;LookupTableSet&gt; is not used.<BR> <BR>The &lt;Samplers&gt; tag can wrap around multiple instances of child elements representing lookup tables.</p>
22		<h2>Example Output</h2>
23
24
25
26<table>
27<tr>
28<td><pre><strong>
29&lt;LookupTableSetContents&gt;<br>
30  &lt;LookupTableSetContentCtr Name=&quot;LookupTableSetContentCtr1&quot;&gt;<br>
31    &lt;LookupTableSet Name=&quot;&quot;&gt;<br>
32      &lt;Samplers&gt;<br></strong>
33        &lt;ImageLookupTableCtr Name=&quot;LookupTable_1&quot; IsGeneratedAsAbs=&quot;true&quot; IsSizeDoubled=&quot;true&quot; IsMipMap=&quot;false&quot;&gt;<br>
34          &lt;CurveLookupTableCtr&gt;<br>
35            &lt;SegmentsFloatCurve PreRepeatMethod=&quot;Mirror&quot; PostRepeatMethod=&quot;RelativeRepeat&quot; StartFrame=&quot;0&quot; EndFrame=&quot;255&quot;&gt;<br>
36              &lt;Segments&gt;<br>
37                &lt;HermiteFloatSegment&gt;<br>
38                  &lt;Keys&gt;<br>
39                    &lt;HermiteFloatKey Frame=&quot;0&quot; Value=&quot;0&quot; InSlope=&quot;0&quot; OutSlope=&quot;0&quot; /&gt;<br>
40                    &lt;HermiteFloatKey Frame=&quot;255&quot; Value=&quot;1&quot; InSlope=&quot;0&quot; OutSlope=&quot;0&quot; /&gt;<br>
41                  &lt;/Keys&gt;<br>
42                &lt;/HermiteFloatSegment&gt;<br>
43              &lt;/Segments&gt;<br>
44            &lt;/SegmentsFloatCurve&gt;<br>
45          &lt;/CurveLookupTableCtr&gt;<br>
46        &lt;/ImageLookupTableCtr&gt;<br><strong>
47      &lt;/Samplers&gt;<br>
48    &lt;/LookupTableSet&gt;<br>
49  &lt;/LookupTableSetContentCtr&gt;<br>
50&lt;/LookupTableSetContents&gt;<br></strong>
51</pre></td>
52</tr></table>
53	<hr><p>CONFIDENTIAL</p></body>
54</html>