You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inMonoImage1 | Fil.Image | An image that becomes the first channel. | ||
![]() | inMonoImage2 | Fil.Image | An image that becomes the second channel. | ||
![]() | inMonoImage3 | Ftl.Optional<Fil.Image> | An image that becomes the third channel. Default value: ftl::NIL. | ||
![]() | inMonoImage4 | Ftl.Optional<Fil.Image> | An image that becomes the fourth channel. Default value: ftl::NIL. | ||
![]() | outImage | Fil.Image | Output image. |