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

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
inImageFil.ImageInput image.
inAppendedChannelValuefloat
outImageFil.ImageOutput image.

See also