This documentation is for the old version. Go to the latest Graphics Mill docs

AddNoise.Amount Property

Gets/sets amount (strength) of noise.

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

Syntax

Visual Basic
Public Property Amount As Single
C#
public float Amount { get; set; }

Property Value

Value specifying strength of noise. Possible values is in range [-1, 1]. If Value is 0, no noise added.

Remarks

Default value is 0.2.

See Also

Reference