2017

Table Of Contents
MeaningValue
Allows the operator's effect to be toggled on and off when the transform is used for display in applications
that support this ability.
This can be used in conjunction with the
bypass (page 1334) attribute of the parent element to create operators
that will never affect values rendered to file but that can still be toggled on and off for display.
"LOOK_SWITCH"
Introduced in version 1.3.
Example
<ProcessList id="561c5aba-8709-477c-8211-7ec4a6fe8820">
<ExposureContrast inBitDepth="16f" outBitDepth="16f" style="linear">
<ECParams contrast="1.0000" exposure="0.0000" pivot="0.1800" />
<DynamicParameter param="EXPOSURE" /><DynamicParameter
param="CONTRAST" />
</ExposureContrast>
<Reference basePath="Autodesk" inBitDepth="16f" outBitDepth="16f"
path="misc/default_look-ACESproxy.ctf" bypass="true">
<DynamicParameter param="LOOK_SWITCH" />
</Reference>
<Reference basePath="Autodesk" inBitDepth="16f" outBitDepth="16f"
path="RRT+ODT/ACES_to_CIE-XYZ_v0.1.1.ctf" />
<Reference alias="currentMonitor" inBitDepth="16f" outBitDepth="10i" />
<</ProcessList>
Comments
You can include standard XML comments in CTF files.
However if you want the information to appear in the metadata panel of Autodesk applications, you can
use
Description (page 1332) elements instead of comments.
XML comments begin with:
<!--
and end with:
-->
Comments cannot appear inside tags (between < and >). In addition, comments cannot be nested.
SynColor Configuration File
The SynColor configuration file is an XML file that controls how Autodesk Color Management works for
all applications on the same workstation.
Some applications might read this file only on start-up. You may need to restart the application after
modifying this file.
The directory location depends on the operating system:
Windows:
C:\ProgramData\Autodesk\Synergy\SynColor\<version>\synColorConfig.xml
Autodesk Color Management | 1363