Table of Contents

Enum TurbulenceNoise

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

The turbulence noise mode for the Turbulence effect. Indicates whether to generate a bitmap based on Fractal Noise or the Turbulence function.
D2D1_TURBULENCE_NOISE

public enum TurbulenceNoise

Fields

FractalSum = 0

Computes a sum of the octaves, shifting the output range from [-1, 1], to [0, 1].

Turbulence = 1

Computes a sum of the absolute value of each octave.