DynamicParameter

 
 
 

The DynamicParameter element signals to a compatible application that a parameter is dynamic. If the transform is used for display, the parameter value defined in the CTF is ignored and the value set in the application is used instead.

It is an Autodesk extension to the Academy/ASC XML color transform format.

Contains

No content.

Contained By

Attributes

param
Specifies the parameter that will be overridden by the application when the CTF file is applied to the display. Possible values are "EXPOSURE" and "CONTRAST".

Example

<ProcessList id="561c5aba-8709-477c-8211-7ec4a6fe8820">
   <ExposureContrast inBitDepth="16f" outBitDepth="32f" style="linear">
      <ECParams exposure="0.65" contrast="1.2" pivot="1" />
      <DynamicParameter param="EXPOSURE" /> <DynamicParameter param="CONTRAST" />
   </ExposureContrast>
</ProcessList>