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

FIS.MaxChannels Method

Creates a monochromatic image by taking the maximum value of all the input image channels.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MaxChannels
(
	FilNet.Image inImage,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
outImageFilNet.Imageoutput mono image.

Function Overrides

See also