ImageEn, unit iexUserInteractions

TIERetouchToolInteraction.WaveAmplitude

TIERetouchToolInteraction.WaveAmplitude


Declaration

var WaveAmplitude: Integer;


Description

Specify the amplitude (height) of the wave effect (Min value: 0).

For more information: Wave

Default: 10


Example

// Apply a wave effect to the brushed region
ImageEnView1.RetouchTool.RetouchMode := iermWave;
ImageEnView1.RetouchTool.WaveAmplitude := 5;
ImageEnView1.RetouchTool.WavePhase   := 90;
ImageEnView1.RetouchTool.WaveLength  := 20;
ImageEnView1.MouseInteractGeneral    := [ miRetouchTool ];


See Also

 WaveLength
 WavePhase