Click or drag to resize

NoiseGeneratorMode Enumeration

Specifies the type of noise.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum NoiseGeneratorMode
Members
  Member nameDescription
Perlin Generate an image filled with Perlin noise.
Hugo Generate an image filled with Hugo Elias's implementation of Perlin noise.
Gaussian Specifies the type of noise.
NegativeExponential Generate an image using negative exponential noise.
Rayleigh Generate an image filled with rayleigh noise.
Uniform Generate an image filled with uniform noise.
DimensionalSlice Create a single 2D plane of Perlin noise producing a single slice through a volume of noise at a given Z offset.
See Also