You are here: Start » AVL.NET » Invoke.LUTTransformImage

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
ioStateAvl.LUTTransformImageState
inImageAvl.ImageInput image.
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
inColorPointsSystem.Collections.Generic.List<int>Last pixel value in which corresponding color will be replaced.
inColorsSystem.Collections.Generic.List<Avl.Pixel>Colors corresponding to pixel levels defined in inColorPoints.
inComputeGradientboolCompute the linear change of pixels colors between next palette colors.
outImageAvl.ImageOutput image.

See also