Click or drag to resize

ReplaceChannelCommandChannel1Image Property

Gets or sets a grayscale image to represent the first 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)
Syntax
public AtalaImage Channel1Image { get; set; }

Property Value

Type: AtalaImage
A grayscale image to represent the first channel. Set this to null if you want to skip this channel.
Exceptions
ExceptionCondition
Thrown if the channel is not 8-bit or 16-bit grayscale or null (Nothing in Visual Basic).
See Also