Click or drag to resize

AtalaImageSplitChannels Method (ChannelFlags)

Returns an array of grayscale %AtalaImage% objects representing specified 8-bit or 16-bit channels 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(
	ChannelFlags channels
)

Parameters

channels
Type: Atalasoft.Imaging.ImageProcessingChannelFlags
The channels mask to apply. The returned array will contain a null AtalaImage if that particular channel's bit flag is not set.

Return Value

Type: AtalaImage
An array of grayscale %AtalaImage% objects representing specified 8-bit or 16-bit channels in the source image.
See Also