Share
 
 

ReferenceTable

The ReferenceTable element is a container for Ref elements defining aliases, or short names for CTF files.

Contains

  • Ref. Optional, any number.
    However, if there are no Ref elements to define the following aliases, then some Autodesk-supplied transforms will not work:
    • The graphicsMonitor alias should set to the appropriate transform for display on the workstation monitor.
    • The broadcastMonitor alias should set to the appropriate transform for display on the broadcast monitor.
    • The defaultLook alias should be set to the transform that you are using to re-create the look used on set.

    Users can define additional aliases for other transform files as they wish.

Contained By

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>

Was this information helpful?