Click or drag to resize

SwapChannelsCommandChannel2 Property

Gets or sets the second channel in the image. Valid values are 1-4.

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

Property Value

Type: Int32
The second channel in the image. Valid values are 1-4.
Exceptions
ExceptionCondition
Thrown if the value is not between 1 and 4, inclusive.
See Also