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


