Image.Wave (gb.image.effect)
Function Wave ( [ Amplitude As Float, WaveLength As Float, Background As Integer ] ) As Image
 
Modifiy the pixels along a sine wave.
  - 
Amplitude is the (vertical) amplitude of the sine wave (in pixels).
 
  - 
Wavelength is the (horizontal) length of the sine wave (in pixels).
 
  - 
Background is the background color used for filling empty pixels.