op_colorbalance

Last update: 2023-08-22
  • Created for:
  • Developer
    User

Adjust color balance. Adjusts the value of each RGB color component separately.

op_colorbalance= *redAdj*, *greenAdj*, *blueAdj*

redAdj

Red component adjustment (-100…+100 int).

greenAdj

Green component adjustment (-100…+100 int).

blueAdj

Blue component adjustment (-100…+100 int).

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&

On this page