Click or drag to resize

AddNoiseCommandMonochromatic Property

Gets or sets a value that when true applies the same noise equally to each channel.

Namespace:  Atalasoft.Imaging.ImageProcessing.Filters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool Monochromatic { get; set; }

Property Value

Type: Boolean
A value that when true applies the same noise equally to each channel.
Exceptions
ExceptionCondition
Thrown if value is null (Nothing in Visual Basic).
See Also