Applies a noise effect to the bitmap using the specified amount (strength) of the noise.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void AddNoise(
float amount
)
Type: System.Single
The strength of noise in range [-1, 1]. If 0, no noise added.This method transforms an image by adding a random number to each pixel.