<LookupTableSetContents>
Description
This tag represents a list of lookup table sets.
<LookupTableSetContents> takes multiple instances of <LookupTableSetContentCtr> as child elements.
Attributes
Type | Attributes | Description |
| Name |
The name of the lookup table set.
|
---|
<LookupTableSetContentCtr>
This tag represents a single lookup table set.
This element takes instances of <LookupTableSet> as child elements. <LookupTableSet> takes <Samplers> as children. The Name attribute of <LookupTableSet> is not used.
The <Samplers> tag can wrap around multiple instances of child elements representing lookup tables.
Example Output
<LookupTableSetContents>
<LookupTableSetContentCtr Name="LookupTableSetContentCtr1">
<LookupTableSet Name="">
<Samplers>
<ImageLookupTableCtr Name="LookupTable_1" IsGeneratedAsAbs="true" IsSizeDoubled="true" IsMipMap="false">
<CurveLookupTableCtr>
<SegmentsFloatCurve PreRepeatMethod="Mirror" PostRepeatMethod="RelativeRepeat" StartFrame="0" EndFrame="255">
<Segments>
<HermiteFloatSegment>
<Keys>
<HermiteFloatKey Frame="0" Value="0" InSlope="0" OutSlope="0" />
<HermiteFloatKey Frame="255" Value="1" InSlope="0" OutSlope="0" />
</Keys>
</HermiteFloatSegment>
</Segments>
</SegmentsFloatCurve>
</CurveLookupTableCtr>
</ImageLookupTableCtr>
</Samplers>
</LookupTableSet>
</LookupTableSetContentCtr>
</LookupTableSetContents>
|
CONFIDENTIAL