You are here: Start » FIL.NET » FIS.CreateGammaCorrectionLut Method

FIS.CreateGammaCorrectionLut Method

Creates Look Up Table for gamma correction operation on image pixels.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateGammaCorrectionLut
(
	float inValue,
	FilNet.PlainType inOutputType,
	FilNet.PixelLut outLut
)

Parameters

Name Type Range Default Description
inValuefloat2.0fDefault value: 2.0f.
inOutputTypeFilNet.PlainType
outLutFilNet.PixelLut

See also