Click or drag to resize
TurbulenceEffectNoise Enumeration
Specifies how turbulence noise should be generated.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum TurbulenceEffectNoise
Members
  Member nameValueDescription
FractalSum0Computes a sum of the noise octaves, shifting their output range from [-1, 1], to [0, 1].
Turbulence1Computes a sum of the absolute value of each noise octave.
See Also