Gets or sets a value indicating whether the noise is gray.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public bool GrayNoise { get; set; }
true
if the noise is gray; otherwise, false
. The default value is false
.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.