Click or drag to resize

AddNoiseCommandChannelsToProcess Property

Gets or sets a bit flag indicating the channels to process.

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 ChannelFlags ChannelsToProcess { get; set; }

Property Value

Type: ChannelFlags
A bit flag indicating the channels to process.
Remarks

Only the fourth channel can be set using this flag. By default, with a value of 0, the fourth channel is ignored for RGBA images.

See Also