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,
	NullableRef<AvlNet.Image> outMonoImage1,
	NullableRef<AvlNet.Image> outMonoImage2,
	NullableRef<AvlNet.Image> outMonoImage3,
	NullableRef<AvlNet.Image> outMonoImage4
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outMonoImage1AvlNet.NullableRef<AvlNet.Image>Image of the first channel. Can be null to skip this parameter calculation.
outMonoImage2AvlNet.NullableRef<AvlNet.Image>Image of the second channel (if exists). Can be null to skip this parameter calculation.
outMonoImage3AvlNet.NullableRef<AvlNet.Image>Image of the third channel (if exists). Can be null to skip this parameter calculation.
outMonoImage4AvlNet.NullableRef<AvlNet.Image>Image of the fourth channel (if exists). Can be null to skip this parameter calculation.

See also