You are here: Start » FIL.NET » Invoke.ApplyPixelLut

Invoke.ApplyPixelLut

Applies previously created Look Up transformation to provided image.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ApplyPixelLut
(
	Fil.Image inImage,
	Optional<Fil.Region> inRoi,
	Fil.PixelLut inLut,
	Fil.Image outImage
)

Parameters

Name Type Range Default Description
inImageFil.ImageImage to which LUT transformation will be applied.
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
inLutFil.PixelLutLUT object, which defines transformation.
outImageFil.ImageTransformed image.

See also