AddNoise.GrayNoise Property

Gets or sets a value indicating whether the noise is gray.

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

Syntax

C#
public bool GrayNoise { get; set; }

Property Value

true if the noise is gray; otherwise, false. The default value is false.

Remarks

If this property is true, the generated random value is the same for all channels of one pixel; otherwise the noise is color and the random value may vary for each channel in one pixel.

See Also

Reference