You are here: Start » AVL.NET » AVS.AppendImageChannel Method

AVS.AppendImageChannel Method

Appends a single valued channel to the input image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AppendImageChannel
(
	AvlNet.Image inImage,
	float inAppendedChannelValue,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inAppendedChannelValuefloat
outImageAvlNet.ImageOutput image.

See also