You are here: Start » FIL.NET » Function Reference » Image » Image Look Up Tables » FIL.ApplyPixelLut

FIL.ApplyPixelLut

Applies previously created Look Up transformation to provided image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError Region exceeds an input image in ApplyPixelLut.

Function Overrides

See also