You are here: Start » AVL.NET » AVS.SplitChannels Method
AVS.SplitChannels Method
Creates several monochromatic images from individual channels of the input image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SplitChannels ( AvlNet.Image inImage, AvlNet.Image outMonoImage1, AvlNet.Image outMonoImage2 )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | outMonoImage1 | AvlNet.Image | Image of the first channel. | ||
![]() | outMonoImage2 | AvlNet.Image | Image of the second channel. |


