You are here: Start » FIL.NET » Invoke.ConvertToMultichannel
Creates a multichannel image from a monochromatic one by replicating its channel.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ConvertToMultichannel ( Fil.Image inMonoImage, Optional<Fil.Region> inRoi, int inNewDepth, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inMonoImage | Fil.Image | |||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inNewDepth | int | <1, 4> | 3 | Default value: 3. |
![]() | outImage | Fil.Image | Output image. |