You are here: Start » AVL.NET » Invoke.CreateLogarithmLut
Creates Look Up Table for logarithm operation on image pixels.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void CreateLogarithmLut ( Optional<float> inScale, float inOffset, bool inNormalizeZero, Avl.PlainType inOutputType, Avl.PixelLut outLut )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inScale | Atl.Optional<float> | Scaling factor (default: 255). Default value: atl::NIL. | ||
![]()  | inOffset | float | Offset factor. | ||
![]()  | inNormalizeZero | bool | Specifies whether the output range should be rescaled to start from 0. | ||
![]()  | inOutputType | Avl.PlainType | |||
![]()  | outLut | Avl.PixelLut | 


