Enum TurbulenceType

Enum TurbulenceType

Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)

Specifies the type of turbulence effect for the feTurbulence SVG filter.

[ComVisible(true)]
public enum TurbulenceType

Fields

FractalNoise = 0

Generates a fractal noise pattern.

Turbulence = 1

Generates a turbulence pattern.

 English