Adjustments

Commands for adjusting the colors.

Adjustment commands are applied on currently selected layer.

Color Adjustment Commands

CommandValueDescription
adjustment-b-1.0..1.0Update yellow-blue balance
adjustment-brightness-1.0..1.0Update brightness
adjustment-contrast-1.0..1.0Update contrast
adjustment-exposure-1.0..1.0Update exposure
adjustment-g-1.0..1.0Update magenta-green balance
adjustment-hue-1.0..1.0Update hue angle
adjustment-r-1.0..1.0Update cyan-red balance
adjustment-saturation-1.0..1.0Update color saturation
adjustment-temperature-1.0..1.0Update color temperature
adjustment-tint-1.0..1.0Update color tint
adjustment-vibrance-1.0..1.0Update color vinrance
cmd("adjustment-b:0.5")

Adjustment Brush Commands

CommandValueDescription
adjustmentbrush-modemodeOperatinh mode for adjustment brush (default = blur)
adjustmentbrush-opacity0..100Change brush opacity.
adjustmentbrush-pressure0..100Change brush pressure.
adjustmentbrush-size1..999Change brush size.
adjustmentbrush-space0..999Change brush spacing.

Adjustment Brush modes

Here are the options you can pass for adjustmentbrush-mode.

  • blur
  • sharpness
  • darken
  • lighten
  • colder
  • warmer
  • desaturate
  • saturate
  • tint-minus
  • tint-plus
// Select adjustment brush tool
cmd("tool-adjustmentbrush")
// Set adjustment brush to shaprness mode
cmd("adjustmentbrush-mode:sharpness")
// Set brush size to 100 (px)
cmd("adjustmentbrush-size:100")