You are here: Start » AVL.NET » AVL.ApplyPixelLut(AvlNet.Image, AvlNet.PixelLut, AvlNet.Image)

AVL.ApplyPixelLut(AvlNet.Image, AvlNet.PixelLut, AvlNet.Image)

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,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Image to which LUT transformation will be applied
inLut
Type: AvlNet.PixelLut
LUT object, which defines transformation
outImage
Type: AvlNet.Image
Transformed image

Remarks

See full override for more details.

See also