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, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inMonoImage1 | FilNet.Image | An image that becomes the first channel. | ||
![]() | inMonoImage2 | FilNet.Image | An image that becomes the second channel. | ||
![]() | outImage | FilNet.Image | Output image. |