Adjust color balance. Adjusts the value of each RGB color component separately.
op_colorbalance= *
redAdj*, *
greenAdj*, *
blueAdj*
Gray and CMYK input image data is converted to RGB using naive conversion which is not accurate when color management is enabled.
Properties
Layer command. Applies to the current layer or to the composite image if layer=comp
. Ignored by effect layers. CMYK images and layers are converted to RGB before the operation is applied.
Default
op_colorbalance=0,0,0
for no change in colors.
Example
Push the color balance towards red:
… &op_colorBalance=100,0,0&
…