2017

Table Of Contents
See Also
Array (LUT3D) (page 1338)
Array (Matrix) (page 1341)
LUT3D
The LUT3D element specifies a 3D LUT to apply.
Contains
Description (page 1332). Optional, any number.
Array (LUT3D) (page 1338). Required, one only.
DynamicParameter (page 1362). Optional, no more than one. The param attribute must be set to
"DEFAULT_LOOK".
NOTE The IndexMap element is not supported. The most efficient way to achieve the same result is to precede
the operator with a LUT1D element.
Contained By
ProcessList (page 1328)
Attributes
id, name, bypass, inBitDepth, outBitDepth See
Common Operator Attributes (page 1334).
interpolation Supported values are "trilinear" and "tetrahedral".
This attribute is optional. If it is not specified, the default is "trilinear".
Example
<ProcessList id="b5b90615-573b-4959-a838-f35e0e588ac2" version="1.2">
<LUT3D inBitDepth="32f" interpolation="tetrahedral" outBitDepth="32f">
<Array dim="48 48 48 3">
0.000669299 0.000704187 0.000766901
0.001848371 0.001297010 0.010368987
0.002599007 0.001144927 0.023227118
<!-- 48*48*48-3 lines omitted -->
</Array>
</LUT3D>
</ProcessList>
Array (LUT3D)
The Array element specifies an array of values for a LUT or matrix. When it is contained by a LUT3D element,
the format of its contents is different than when it is contained by LUT1D or Matrix elements.
1338 | Chapter 25 Colour Management