Table of Contents

Enum SvgFilterTurbulenceType

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

The Filter Turbulence Types

public enum SvgFilterTurbulenceType : ushort

Fields

Unknown = 0

The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.

FractalNoise = 1

Corresponds to value 'fractalNoise'.

Turbulence = 2

Corresponds to value 'turbulence'.