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

FIS.InvertImage Method

Applies numeric inversion (1/x) of the pixel values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void InvertImage
(
	FilNet.Image inImage,
	float inDividend,
	FilNet.Image outImage
)

Parameters

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

Function Overrides

See also