Click or drag to resize

ReplaceChannelCommand Constructor (AtalaImage)

Creates a new instance of ReplaceChannelCommand specifying the channel images.

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 ReplaceChannelCommand(
	params AtalaImage[] channelImage
)

Parameters

channelImage
Type: Atalasoft.ImagingAtalaImage
A parameter array of grayscale AtalaImage's representing each channel in the image.
Exceptions
ExceptionCondition
Thrown if the channelImages argument is null (Nothing in VB).
Thrown if channelImage is an empty array.
See Also