SVGFETurbulenceElementBuilder.Type

SVGFETurbulenceElementBuilder.Type method

Sets the type of turbulence (fractal noise or turbulence).

public SVGFETurbulenceElementBuilder Type(TurbulenceType type)
ParameterTypeDescription
typeTurbulenceTypeThe type of turbulence.

Return Value

The current builder instance.

See Also