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,
	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.
outImageAvlNet.ImageOutput image.

Function Overrides

See also