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
inImageAvlNet.ImageInput image.
outMonoImage1AvlNet.ImageImage of the first channel.
outMonoImage2AvlNet.ImageImage of the second channel.

Function Overrides

See also