AddNoise Class

Applies a noise effect to an image.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public sealed class AddNoise : MaskTransform

Remarks

This class transforms an image by adding a random number to each pixel. It supports the following settings:

  • DistributionKind specifies a noise distribution (uniform or Gaussian).
  • Amount specifies a strength of the noise.
  • GrayNoise specifies whether to put the same noise values to all channels of pixel.
  • Seed specifies the seed for random generator.

Inheritance Hierarchy

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference