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

FIS.ApplyPixelLut Method

Applies previously created Look Up transformation to provided image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ApplyPixelLut
(
	FilNet.Image inImage,
	FilNet.PixelLut inLut,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageImage to which LUT transformation will be applied.
inLutFilNet.PixelLutLUT object, which defines transformation.
outImageFilNet.ImageTransformed image.

Function Overrides

See also