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
ioStateFilNet.LUTTransformImageState
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inColorPointsSystem.Collections.Generic.IList<int>Last pixel value in which corresponding color will be replaced.
inColorsSystem.Collections.Generic.IList<FilNet.Pixel>Colors corresponding to pixel levels defined in inColorPoints.
inComputeGradientboolCompute the linear change of pixels colors between next palette colors.
outImageFilNet.ImageOutput image.

Function Overrides

See also