You are here: Start » FIL.NET » Invoke.CreateLogarithmLut

Invoke.CreateLogarithmLut

Creates Look Up Table for logarithm operation on image pixels.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateLogarithmLut
(
	Optional<float> inScale,
	float inOffset,
	bool inNormalizeZero,
	Fil.PlainType inOutputType,
	Fil.PixelLut outLut
)

Parameters

Name Type Range Default Description
inScaleFtl.Optional<float>Scaling factor (default: 255). Default value: ftl::NIL.
inOffsetfloatOffset factor.
inNormalizeZeroboolSpecifies whether the output range should be rescaled to start from 0.
inOutputTypeFil.PlainType
outLutFil.PixelLut

See also