ImageEn, unit iexUserInteractions

TIERetouchToolInteraction.BrightnessAdjustment

TIERetouchToolInteraction.BrightnessAdjustment


Declaration

var BrightnessAdjustment: Integer;


Description

Specify changes to the intensity in the R, G and B channel (-255 to +255).
Negative values darken the image. Positive values lighten the image.

For more information: IntensityRGBAll

Default: 10


Example

// Lighten the brushed region
ImageEnView1.RetouchTool.RetouchMode          := iermBrightness;
ImageEnView1.RetouchTool.BrightnessAdjustment := -10;
ImageEnView1.MouseInteractGeneral             := [ miRetouchTool ];