Name
WaterRippleBrush -- apply water ripple effect to brush (V5.0)
Synopsis
WaterRippleBrush(id[, wavelength, amplitude, phase, cx, cy])
Function
This command can be used to apply a water ripple effect to the specified brush. The five optional arguments allow you to control the parameters of the water ripple effect. Wavelength, amplitude, and phase control the look of the ripples, whereas the cx and cy arguments can be used to specify the center point of the ripple. This point must be specified as a floating point value ranging from 0.0 (left/top) to 1.0 (right/bottom). The center of the brush is thus at position 0.5/0.5.

Inputs
id
brush to apply water ripples to
wavelength
optional: desired wavelength of the ripple (defaults to 32)
amplitude
optional: desired ripple amplitude (defaults to 1)
phase
optional: desired ripple phase (defaults to 0)
cx
optional: x center point of ripple (defaults to 0.5)
cy
optional: y center point of ripple (defaults to 0.5)

Show TOC