2017

Table Of Contents
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>
Gamma
The Gamma element applies a gamma correction to color values.
It is an Autodesk extension to the Academy/ASC XML color transform format.
Introduced
Version 1.2.
Contains
Description (page 1332). Optional, any number.
GammaParams (page 1349). Required, maximum three total.
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).
style Specifies the type of power law curve. Required.
NOTE The following equations assume that the input and output bit-depths are floating-point. For integers, the
values are normalized to [0.0, 1.0]. In other words, the gamma and offset values stored in the CTF file do not
depend on the input and output bit depths.
MeaningValue
Applies the power law with the gamma value specified in the GammaParams element. The GammaParams
element must not have an offset attribute.
"basicFwd"
Autodesk Color Management | 1347