You are here: Start » AVL.NET » AVS.LUTTransformImage Method

AVS.LUTTransformImage Method

Changes pixel values for data stored in array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LUTTransformImage
(
	AvlNet.LUTTransformImageState ioState,
	AvlNet.Image inImage,
	IList<int> inColorPoints,
	IList<AvlNet.Pixel> inColors,
	bool inComputeGradient,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
ioStateAvlNet.LUTTransformImageState
inImageAvlNet.ImageInput image.
inColorPointsSystem.Collections.Generic.IList<int>Last pixel value in which corresponding color will be replaced.
inColorsSystem.Collections.Generic.IList<AvlNet.Pixel>Colors corresponding to pixel levels defined in inColorPoints.
inComputeGradientboolCompute the linear change of pixels colors between next palette colors.
outImageAvlNet.ImageOutput image.

Function Overrides

See also