AddNoise Constructor (Single)

Initializes a new instance of the AddNoise class using the specified noise strength.

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

Syntax

C#
public AddNoise(
	float amount
)

Parameters

amount

Type: System.Single

The strength of noise in range [-1, 1]. You can change this value later through the Amount property.

See Also

Reference