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