Difference between revisions of "UM:Colour Tool Order"

From DigitalVision
Jump to: navigation, search
Line 33: Line 33:
  
 
<div style="font:monospace;white-space:pre">
 
<div style="font:monospace;white-space:pre">
   defaultRealTimeEffectIDs <span style="color:green">"ChannelMixer" "Saturation"</span>
+
   <strong>defaultRealTimeEffectIDs</strong> <span style="color:green;">"ChannelMixer" "Saturation"</span> "KelvinTint" <span style="color:green;">"SlopeOffsetPower"</span> "PrinterLights"  
    <span style="color:green">"SlopeOffsetPower"</span> "PrinterLights"  
+
     "RGBMLevels" "LiftGammaGain" "Balance" "DifferentialColorCorrect" "BrightnessContrast" "RGBMCurves"  
     "LiftGammaGain" "Balance" "RGBMLevels"  
+
     "BrightnessRegions" <span style="color:green;">"SoftClip"</span> "HueCurves" "HLSColorCorrect"
    "DifferentialColorCorrect" "BrightnessContrast"  
 
     "BrightnessRegions" "RGBMCurves"
 
    <span style="color:green">"SoftClip" "Saturation"</span>
 
  
   defaultSecondaryCCEffectIDs "ChannelMixer" "Saturation"  
+
   <strong>defaultSecondaryCCEffectIDs</strong> "ChannelMixer" "Saturation" "KelvinTint" "SlopeOffsetPower" "PrinterLights"
    "SlopeOffsetPower" "PrinterLights" "LiftGammaGain" "Balance"  
+
    "RGBMLevels" "LiftGammaGain" "Balance" "DifferentialColorCorrect" "BrightnessContrast" "RGBMCurves"  
    "RGBMLevels" "DifferentialColorCorrect" "BrightnessContrast"  
+
     "BrightnessRegions" <span style="color:green;">"SoftClip" "HueCurves" "HLSColorCorrect" "Blur"</span>
     "BrightnessRegions" "RGBMCurves" <span style="color:green">"SoftClip" "HueCurves"</span>
 
    <span style="color:green">"HLSColorCorrect" "Blur"</span>
 
 
</div>
 
</div>
 +
  
 
{{M-Heading1|Control Panel Tool Order}}
 
{{M-Heading1|Control Panel Tool Order}}
Line 59: Line 55:
 
|'''Base''' and '''CC Layer''' tool order
 
|'''Base''' and '''CC Layer''' tool order
 
|}
 
|}
 
* defaultMasterFX - '''Master''' Layer tool order
 
* defaultLayerFX - '''Base''' and '''CC Layer''' tool order
 
  
 
{{M-Heading2c|Format}}
 
{{M-Heading2c|Format}}
Line 67: Line 60:
 
Note that each option should be on a '''single line''' in the preference file.
 
Note that each option should be on a '''single line''' in the preference file.
  
<pre>
+
<div style="font:monospace;white-space:pre">
defaultMasterFX "CMix" "Bal" "ColC" "BReg" "Clip"  
+
  <strong>defaultMasterFX</strong> "CMix" "Bal" "ColC" "BReg" "Clip"  
  "SOP" "Lev" "RGB"
+
    "SOP" "Lev" "RGB"
  
defaultLayerFX "CMix" "Bal" "ColC" "BReg" "HCurv"  
+
  <strong>defaultLayerFX</strong> "CMix" "Bal" "ColC" "BReg" "HCurv"  
  "Clip" "SOP" "Lev" "RGB" "None" "HCurv" "HLS"
+
    "Clip" "SOP" "Lev" "RGB" "None" "HCurv" "HLS"
</pre>
+
</div>
  
 
{{M-Note|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.}}
 
{{M-Note|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.}}

Revision as of 16:06, 23 February 2017

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\Users\Default\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" "KelvinTint" "SlopeOffsetPower" "PrinterLights" 
   "RGBMLevels" "LiftGammaGain" "Balance" "DifferentialColorCorrect" "BrightnessContrast" "RGBMCurves" 
   "BrightnessRegions" "SoftClip" "HueCurves" "HLSColorCorrect"
 defaultSecondaryCCEffectIDs "ChannelMixer" "Saturation" "KelvinTint" "SlopeOffsetPower" "PrinterLights" 
   "RGBMLevels" "LiftGammaGain" "Balance" "DifferentialColorCorrect" "BrightnessContrast" "RGBMCurves" 
   "BrightnessRegions" "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