AddNoise.Amount Property

Gets or sets an amount (strength) of the noise.

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

Syntax

C#
public float Amount { get; set; }

Property Value

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

See Also

Reference