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

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

See also