SVGFETurbulenceElementBuilder class

SVGFETurbulenceElementBuilder class

Builder class for creating SVG ‘feTurbulence’ elements, which create an image using the Perlin turbulence function.

The SVGFETurbulenceElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFETurbulenceElementBuilder

Methods

MethodDescription
build
build
base_frequency
num_octavesSets the number of octaves for the turbulence function.
seedSets the seed for the random number generator used by the turbulence function.
stitch_tilesSets the stitch tiles option for the turbulence function.
typeSets the type of turbulence (fractal noise or turbulence).
build_elementBuilds and returns an SVGElement instance based on the current configuration of the builder.
attributeSets or updates an attribute on an SVG element.

See Also