You are here: Start » FIL.NET » FIS.AppendImageChannel Method

FIS.AppendImageChannel Method

Appends a single valued channel to the input image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inAppendedChannelValuefloat
outImageFilNet.ImageOutput image.

See also