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

Invoke.MergeChannels

Creates a multichannel image from several monochromatic ones.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inMonoImage1Fil.ImageAn image that becomes the first channel.
inMonoImage2Fil.ImageAn image that becomes the second channel.
inMonoImage3Ftl.Optional<Fil.Image>An image that becomes the third channel. Default value: ftl::NIL.
inMonoImage4Ftl.Optional<Fil.Image>An image that becomes the fourth channel. Default value: ftl::NIL.
outImageFil.ImageOutput image.

See also