Click or drag to resize

AtalaImage.SplitChannels Method

Splits each color channel of this AtalaImage into separate images.
Overload List
  NameDescription
Public methodSplitChannels()
Returns an array of grayscale AtalaImage objects representing each 8-bit or 16-bit channel in the source image.
Public methodSplitChannels(ChannelFlags)
Returns an array of grayscale %AtalaImage% objects representing specified 8-bit or 16-bit channels in the source image.
Top
See Also