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, int inNewDepth, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inMonoImage | FilNet.Image | |||
![]() | inNewDepth | int | <1, 4> | 3 | Default value: 3. |
![]() | outImage | FilNet.Image | Output image. |