TurbulenceEffectNoise Enumeration |
Namespace: Microsoft.Graphics.Canvas.Effects
public enum TurbulenceEffectNoise
Member name | Value | Description | |
---|---|---|---|
FractalSum | 0 | Computes a sum of the noise octaves, shifting their output range from [-1, 1], to [0, 1]. | |
Turbulence | 1 | Computes a sum of the absolute value of each noise octave. |