You are here: Start » AVL.NET » AVL.CreateLogarithmLut(float, bool, AvlNet.PlainType, int, AvlNet.PixelLut)

AVL.CreateLogarithmLut(float, bool, AvlNet.PlainType, int, AvlNet.PixelLut)

Creates Look Up Table for logarithm transformation.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateLogarithmLut(
	float inOffset,
	bool inNormalizeZero,
	AvlNet.PlainType inOutputType,
	int inOutputDepth,
	out AvlNet.PixelLut outLut
)

Parameters

inOffset
Type: System.Single
inNormalizeZero
Type: System.Boolean
inOutputType
Type: AvlNet.PlainType
inOutputDepth
Type: System.Int32
outLut
Type: AvlNet.PixelLut

Remarks

See full override for more details.

See also