You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inScale | Ftl.Optional<float> | Scaling factor (default: 255). Default value: ftl::NIL. | ||
![]() | inOffset | float | Offset factor. | ||
![]() | inNormalizeZero | bool | Specifies whether the output range should be rescaled to start from 0. | ||
![]() | inOutputType | Fil.PlainType | |||
![]() | outLut | Fil.PixelLut |