You are here: Start » AVL.NET » AVL.MergeChannels(AvlNet.Image, AvlNet.Image, AvlNet.Image)

AVL.MergeChannels(AvlNet.Image, AvlNet.Image, AvlNet.Image)

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,
	out AvlNet.Image outImage
)

Parameters

inMonoImage1
Type: AvlNet.Image
An image that becomes the first channel
inMonoImage2
Type: AvlNet.Image
An image that becomes the second channel
outImage
Type: AvlNet.Image
Output image

See also