ImageEn, unit iexUserInteractions

TIERetouchToolInteraction.WavePhase

TIERetouchToolInteraction.WavePhase

Declaration

var WavePhase: Integer;

Description

Specify the phase of the wave effect in degrees (0 to 359).

For more information: Wave

Default: 0

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

WaveAmplitude
WaveLength