UM:Colour Tool Order

From DigitalVision
Revision as of 15:14, 23 February 2017 by Alastair (talk | contribs) (Created page with "<div class="manualcontent"> {{Template:M-Navlinks-top|UM:Manual|UM:Appendix_Output_Format_Configuration|UM:Appendix_3D_Lut_File_Format_V3}} {{Template:M-Title|Colour Tool Or...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Darrow-up.png     Previous Next

Colour Tool Order

app-colour-tool-order-1

Colour tools are effects such as Keyer, Channel Mixer, RGB Curves and SOP. They exist inside the Master and CC Layers.

The default order of the tools can be changed in both the GUI and the Control Panel by editing the main application preference file :

 C:\Nucoda\VERSION\root\general.prefs
GUI Tool Order

Two preference file options set the tool order :

  • defaultRealTimeEffectIDs - Master Layer tool order
  • defaultSecondaryCCEffectIDs - Base and CC Layer tool order
Format

Note that each option should be on a single line in the preference file.

Some tools must stay in the default position in the layer. These are identified in GREEN.

 defaultRealTimeEffectIDs "ChannelMixer" "Saturation"
   "SlopeOffsetPower" "PrinterLights" 
   "LiftGammaGain" "Balance" "RGBMLevels" 
   "DifferentialColorCorrect" "BrightnessContrast" 
   "BrightnessRegions" "RGBMCurves" 
   "SoftClip" "Saturation"
 defaultSecondaryCCEffectIDs "ChannelMixer" "Saturation" 
   "SlopeOffsetPower" "PrinterLights" "LiftGammaGain" "Balance" 
   "RGBMLevels" "DifferentialColorCorrect" "BrightnessContrast" 
   "BrightnessRegions" "RGBMCurves" "SoftClip" "HueCurves" 
   "HLSColorCorrect" "Blur"
Control Panel Tool Order

Two preference file options are in the "panel" section :

  • defaultMasterFX - Master Layer tool order
  • defaultLayerFX - Base and CC Layer tool order
Format

Note that each option should be on a single line in the preference file.

defaultMasterFX "CMix" "Bal" "ColC" "BReg" "Clip" 
  "SOP" "Lev" "RGB"

defaultLayerFX "CMix" "Bal" "ColC" "BReg" "HCurv" 
  "Clip" "SOP" "Lev" "RGB" "None" "HCurv" "HLS"

The Valhall Control Panel has space for six options on the display at once. Use the string "None" to designate a space on the panel display.


Darrow-up.png     Previous Next