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

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

See also