2017

Table Of Contents
Users can define additional aliases for other transform files as they wish.
Contained By
SynColorConfig (page 1364)
Attributes
None.
Example
<?xml version="1.0" encoding="UTF-8"?>
<SynColorConfig version="1.0">
<SharedHome dir="/opt/Autodesk/Synergy/SynColor/Shared/transforms"/>
<ReferenceTable>
<Ref alias="broadcastMonitor"
path="/opt/Autodesk/Synergy/SynColor/2013.3/transforms/display/broadcast/CIE-XYZ_to_HD-video.ctf"
/>
<Ref alias="defaultLook"
path="/opt/Autodesk/Synergy/SynColor/2013.3/transforms/misc/identity.ctf"
/>
<Ref alias="graphicsMonitor"
path="/opt/Autodesk/Synergy/SynColor/2013.3/transforms/display/Eizo/CIE-XYZ_to_CG245W.ctf"
/>
</ReferenceTable>
</SynColorConfig>
Ref
The Ref element defines an alias for a CTF file so that it can be easily referenced in other CTF files.
Some applications allow users to set certain aliases, like graphicsMonitor, in their preferences.
When an alias is changed, references that use it might not get updated until the application is restarted.
Contains
No content.
Contained By
ReferenceTable (page 1366)
Attributes
alias A unique name for the alias. Required.
path The path and file name of the corresponding CTF file. Required.
basePath A base path that is prefixed to the path attribute value to fully resolve the file or location. Optional.
If this attribute is used, then the path attribute is interpreted as relative to the base path. Otherwise, the
path attribute is interpreted as an absolute path.
Autodesk Color Management | 1367