gimp-drawable-color-balance

Spencer Kimball & Peter Mattis

Description

Modify the color balance of the specified drawable.

Help

Modify the color balance of the specified drawable. There are three axis which can be modified: cyan-red, magenta-green, and yellow-blue. Negative values increase the amount of the former, positive values increase the amount of the latter. Color balance can be controlled with the 'transfer_mode' setting, which allows shadows, mid-tones, and highlights in an image to be affected differently. The 'preserve-lum' parameter, if TRUE, ensures that the luminosity of each pixel remains fixed.


Type

unknown

Parameters

Type Name Description
PF_DRAWABLE drawable The drawable
PF_INT transfer-mode Transfer mode { TRANSFER-SHADOWS (0), TRANSFER-MIDTONES (1), TRANSFER-HIGHLIGHTS (2) }
PF_INT preserve-lum Preserve luminosity values at each pixel (TRUE or FALSE)
PF_FLOAT cyan-red Cyan-Red color balance (-100 <= cyan-red <= 100)
PF_FLOAT magenta-green Magenta-Green color balance (-100 <= magenta-green <= 100)
PF_FLOAT yellow-blue Yellow-Blue color balance (-100 <= yellow-blue <= 100)

Return

None