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