You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Image to which LUT transformation will be applied. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inLut | Fil.PixelLut | LUT object, which defines transformation. | ||
![]() | outImage | Fil.Image | Transformed image. |