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