You are here: Start » AVL.NET » AVL.LUTTransformImage(AvlNet.LUTTransformImageState, AvlNet.Image, int[], AvlNet.Pixel[], bool, AvlNet.Image)

AVL.LUTTransformImage(AvlNet.LUTTransformImageState, AvlNet.Image, int[], AvlNet.Pixel[], bool, AvlNet.Image)

Changes pixel values for data stored in array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void LUTTransformImage(
	ref AvlNet.LUTTransformImageState ioState,
	AvlNet.Image inImage,
	int[] inColorPoints,
	AvlNet.Pixel[] inColors,
	bool inComputeGradient,
	out AvlNet.Image outImage
)

Parameters

ioState
Type: AvlNet.LUTTransformImageState
inImage
Type: AvlNet.Image
Input image
inColorPoints
Type: System.Int32
Last pixel value in which corresponding color will be replaced.
inColors
Type: AvlNet.Pixel
Colors corresponding to pixel levels defined in inColorPoints.
inComputeGradient
Type: System.Boolean
Compute the linear change of pixels colors between next palette colors.
outImage
Type: AvlNet.Image
Output image

Remarks

See full override for more details.

See also