TransformsProvider.AddNoise Method (Single)

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)

Syntax

C#
public void AddNoise(
	float amount
)

Parameters

amount

Type: System.Single

The strength of noise in range [-1, 1]. If 0, no noise added.

Remarks

This method transforms an image by adding a random number to each pixel.

See Also

Reference