You are here: Start » AVL.NET » Invoke.CreatePowerLut

Invoke.CreatePowerLut

Creates Look Up Table for power operation on image pixels.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreatePowerLut
(
	float inValue,
	Avl.PlainType inOutputType,
	Avl.PixelLut outLut
)

Parameters

Name Type Range Default Description
inValuefloat2.0fDefault value: 2.0f.
inOutputTypeAvl.PlainType
outLutAvl.PixelLut

See also