You are here: Start » FIL.NET » Invoke.RemoveChannel

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
inImageFil.ImageInput image.
inChannelIndexint<0, 3>
outImageFil.ImageOutput image.

See also