ImageEn, unit iexUserInteractions

TIERetouchToolInteraction.SaturationAmount

TIERetouchToolInteraction.SaturationAmount


Declaration

var SaturationAmount: Integer;


Description

Specify the amount to adjust color saturation (-100 to 100).
Negative values decrease saturation (make image more gray). Positive values make image more colored.

For more information: AdjustSaturation

Default: 30


Example

// Reduce color saturation in the brushed image
ImageEnView1.RetouchTool.RetouchMode      := iermSaturation;
ImageEnView1.RetouchTool.SaturationAmount := -30;
ImageEnView1.MouseInteractGeneral         := [ miRetouchTool ];