You are here: Start » FIL.NET » FIS.MergeChannels Method

FIS.MergeChannels Method

Creates a multichannel image from several monochromatic ones.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inMonoImage1FilNet.ImageAn image that becomes the first channel.
inMonoImage2FilNet.ImageAn image that becomes the second channel.
inMonoImage3FilNet.NullableRef<FilNet.Image>An image that becomes the third channel. Default value: ftl::NIL.
inMonoImage4FilNet.NullableRef<FilNet.Image>An image that becomes the fourth channel. Default value: ftl::NIL.
outImageFilNet.ImageOutput image.

Function Overrides

See also