You are here: Start » AVL.NET » Invoke.RemoveChannel
Creates an image by removing a single channel from the input image.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RemoveChannel ( Avl.Image inImage, int inChannelIndex, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inChannelIndex | int | <0, 3> | ||
![]() | outImage | Avl.Image | Output image. |


