ReplaceChannelCommand.Channel2Image Property |
Gets or sets an 8-bit image to represent the second channel. Set this to null if you want to skip this
channel.
Namespace:
Atalasoft.Imaging.ImageProcessing.Channels
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic AtalaImage Channel2Image { get; set; }
Public Property Channel2Image As AtalaImage
Get
Set
Property Value
Type:
AtalaImage An 8-bit image to represent the second channel. Set this to null if you want to skip this channel.
ExceptionsException | Condition |
---|
| Thrown if the channel is not 8-bit or 16-bit grayscale or null (Nothing in Visual Basic). |
See Also