You are here: Start » AVL.NET » Invoke.MergeChannels

Invoke.MergeChannels

Creates a multichannel image from several monochromatic ones.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void MergeChannels
(
	Avl.Image inMonoImage1,
	Avl.Image inMonoImage2,
	Optional<Avl.Image> inMonoImage3,
	Optional<Avl.Image> inMonoImage4,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inMonoImage1Avl.ImageAn image that becomes the first channel.
inMonoImage2Avl.ImageAn image that becomes the second channel.
inMonoImage3Atl.Optional<Avl.Image>An image that becomes the third channel. Default value: atl::NIL.
inMonoImage4Atl.Optional<Avl.Image>An image that becomes the fourth channel. Default value: atl::NIL.
outImageAvl.ImageOutput image.

See also