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

AVS.CreatePowerLut Method

Creates Look Up Table for power operation on image pixels.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreatePowerLut
(
	float inValue,
	AvlNet.PlainType inOutputType,
	AvlNet.PixelLut outLut
)

Parameters

Name Type Range Default Description
inValuefloat2.0fDefault value: 2.0f.
inOutputTypeAvlNet.PlainType
outLutAvlNet.PixelLut

See also