You are here: Start » FIL.NET » Invoke.LUTTransformImage
Changes pixel values for data stored in array.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void LUTTransformImage ( Fil.LUTTransformImageState ioState, Fil.Image inImage, Optional<Fil.Region> inRoi, List<int> inColorPoints, List<Fil.Pixel> inColors, bool inComputeGradient, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Fil.LUTTransformImageState | ||||
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inColorPoints | System.Collections.Generic.List<int> | Last pixel value in which corresponding color will be replaced. | ||
![]() | inColors | System.Collections.Generic.List<Fil.Pixel> | Colors corresponding to pixel levels defined in inColorPoints. | ||
![]() | inComputeGradient | bool | Compute the linear change of pixels colors between next palette colors. | ||
![]() | outImage | Fil.Image | Output image. |