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

FIS.ImageAverage Method

Computes the average of the image pixel values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageAverage
(
	FilNet.Image inImage,
	out FilNet.Pixel outAverageColor
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
outAverageColorFilNet.PixelAverage of each channel.

Function Overrides

See also