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

AddNoise.GrayNoise Property

Gets/sets boolean value specifying if to generate gray noise (random value should be the same for all channels of one pixel) or color noise (random value may vary for each channel in one pixel).

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

Syntax

Visual Basic
Public Property GrayNoise As Boolean
C#
public bool GrayNoise { get; set; }

Property Value

Value specifying if to generate gray or color noise.

Remarks

Default value is false.

See Also

Reference