You are here: Start » FIL.NET » Invoke.AppendImageChannel
Appends a single valued channel to the input image.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void AppendImageChannel ( Fil.Image inImage, float inAppendedChannelValue, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inAppendedChannelValue | float | |||
![]() | outImage | Fil.Image | Output image. |