The ExposureContrast element simulates adjusting the exposure of an image, and also modifies the contrast between light and dark colors.
It is an Autodesk extension to the Academy/ASC XML color transform format.
If a color transform is used for display, then depending on the application users can still adjust the exposure and contrast interactively as long as the CTF file contains at least one ExposureContrast element with DynamicParameter sub-elements. In this case, the corresponding parameter values defined in the ECParams sub-element are ignored for display only, and instead the values set in the application are applied at each point in the transform chain that an ExposureContrast element with DynamicParameter sub-elements occurs.
Version 1.2.
Value | Meaning |
---|---|
"linear" | |
"video" | |
"log" |
<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>