You are here: Start » AVL.NET » Invoke.AppendImageChannel

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
inImageAvl.ImageInput image.
inAppendedChannelValuefloat
outImageAvl.ImageOutput image.

See also