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
| Constructor | Description |
|---|---|
| init | Constructs a new instance of SVGFETurbulenceElementBuilder |
Methods
| Method | Description |
|---|---|
| build | |
| build | |
| base_frequency | |
| num_octaves | Sets the number of octaves for the turbulence function. |
| seed | Sets the seed for the random number generator used by the turbulence function. |
| stitch_tiles | Sets the stitch tiles option for the turbulence function. |
| type | Sets the type of turbulence (fractal noise or turbulence). |
| build_element | Builds and returns an SVGElement instance based on the current configuration of the builder. |
| attribute | Sets or updates an attribute on an SVG element. |
See Also
- module
aspose.svg.builder - class
ISVGElementBuilder