You are here: Start » AVL.NET » AVS.MergeChannels Method

AVS.MergeChannels Method

Creates a multichannel image from several monochromatic ones.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MergeChannels
(
	AvlNet.Image inMonoImage1,
	AvlNet.Image inMonoImage2,
	NullableRef<AvlNet.Image> inMonoImage3,
	NullableRef<AvlNet.Image> inMonoImage4,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inMonoImage1AvlNet.ImageAn image that becomes the first channel.
inMonoImage2AvlNet.ImageAn image that becomes the second channel.
inMonoImage3AvlNet.NullableRef<AvlNet.Image>An image that becomes the third channel. Default value: atl::NIL.
inMonoImage4AvlNet.NullableRef<AvlNet.Image>An image that becomes the fourth channel. Default value: atl::NIL.
outImageAvlNet.ImageOutput image.

Function Overrides

See also