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

AVS.ApplyPixelLut Method

Applies previously created Look Up transformation to provided image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ApplyPixelLut
(
	AvlNet.Image inImage,
	AvlNet.PixelLut inLut,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageImage to which LUT transformation will be applied.
inLutAvlNet.PixelLutLUT object, which defines transformation.
outImageAvlNet.ImageTransformed image.

Function Overrides

See also