Click or drag to resize

AtalaImageSplitChannels Method

Returns an array of grayscale AtalaImage objects representing each 8-bit or 16-bit channel in the source image.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage[] SplitChannels()

Return Value

Type: AtalaImage
An array of grayscale AtalaImage objects composing of individual channels of the source image.
Remarks
The returned array contains grayscale images representing the source image channels in the same order as the channels are in the image. Keep in mind that this means a Pixel24bitRgb contains channels in the order of blue, green, and red.
See Also