2017

Table Of Contents
</LUT3D>
</ProcessList>
See Also
Array (LUT1D) (page 1337)
Array (Matrix) (page 1341)
Matrix
The Matrix element specifies a matrix for multiplying color values, and optionally applying an offset.
Contains
Description (page 1332). Optional, any number.
Array (Matrix) (page 1341). Required, one only.
DynamicParameter (page 1362). Optional, no more than one. The param attribute must be set to
"DEFAULT_LOOK".
Contained By
ProcessList (page 1328)
Attributes
id, name, bypass, inBitDepth, outBitDepth See
Common Operator Attributes (page 1334).
Example
3x3 Matrix
<ProcessList id="af6a6c73-aae9-4be6-8051-a796bc480b1c" version="1.2">
<Matrix inBitDepth="32f" outBitDepth="32f">
<Array dim="3 3 3">
0.7841929793 0.0904410034 0.1253670007
0.0445200019 1.0391299725 -0.0836500004
0.0358299986 -0.3302420080 1.2944129705
</Array>
</Matrix>
</ProcessList>
4x4 Matrix
<ProcessList id="d6783d48-dd96-4c71-99af-f3be0cc9392e" version="1.2">
<Matrix inBitDepth="32f" outBitDepth="10i">
<Array dim="4 4 3">
499.99996948 0.00000000 0.00000000 94.99999237
0.00000000 499.99996948 0.00000000 94.99999237
0.00000000 0.00000000 499.99996948 94.99999237
0.00000000 0.00000000 0.00000000 1.00000000
</Array>
</Matrix>
</ProcessList>
1340 | Chapter 25 Colour Management