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