2017

Table Of Contents
If both minimum and maximum values are specified, then the formula for Range is:
If only minimum values are specified, the formula is:
If only maximum values are specified, the formula is:
Where:
Contains
Description (page 1332). Optional, any number.
minInValue (page 1345). Optional, no more than one.
minOutValue (page 1346). Optional, no more than one.
maxInValue (page 1345). Optional, no more than one.
maxOutValue (page 1346). Optional, no more than one.
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
<ProcessList id="7f5b1560-fec4-4603-aa8d-c55bf5e22280" version="1.2">
<Description>10-bit full range to SMPTE (legal) range.</Description>
<InputDescriptor>generic RGB</InputDescriptor>
<OutputDescriptor>generic RGB</OutputDescriptor>
<Range inBitDepth="10i" outBitDepth="10i">
<minInValue> 0.0000</minInValue>
<maxInValue>1023.0000</maxInValue>
<minOutValue> 64.0000</minOutValue>
<maxOutValue>940.0000</maxOutValue>
</Range>
</ProcessList>
1344 | Chapter 25 Colour Management