ImageEn, unit imageenproc |
|
TImageEnProc.Wave
Declaration
procedure Wave(Amplitude, WaveLength, Phase: Integer; Reflective: Boolean = False);
Description
Apply a wave effect to the current image.
Note: This function is also available to the user in the
Image Processing dialog Parameter | Description |
Amplitude | Amplitude (height) of the wave (from 0) |
WaveLength | Length of the wave (from 0) |
Phase | phase of the wave in degrees (0 - 359) |
Reflective | If true makes a special effect |
Example
ImageEnView1.Proc.Wave(10, 10, 0, false);