The Reference element refers to another CTF file by path or by alias. The external file is imported into the corresponding location of the ProcessList.
It is an Autodesk extension to the Academy/ASC XML color transform format.
Version 1.2.
It is necessary to specify either a path or an alias attribute, but not both.
Note that the values specified here override the values in the external file.
You can create additional aliases as desired.
Value | Meaning |
---|---|
Autodesk | The installation location of the color transforms supplied with Autodesk applications. The exact path is resolved based on the version of Autodesk Color Management used by the running application. |
Shared | The shared location for custom color transforms for any application that uses Autodesk Color Management. The location is set in the SharedHome of the SynColor configuration file. |
<ProcessList id="561c5aba-8709-477c-8211-7ec4a6fe8820"> <Reference basePath="Autodesk" inBitDepth="32f" outBitDepth="32f" path="RRT+ODT/ACES_to_CIE-XYZ_v0.1.1.ctf" /> <Reference alias="graphicsMonitor" inBitDepth="32f" outBitDepth="8i" /> <Reference inBitDepth="8i" outBitDepth="8i" path="lut1d_example.xml" basePath="Shared" /> <Reference inBitDepth="8i" outBitDepth="8i" path="/zeus/toto/toto.xml" /> </ProcessList>