CreateLogarithmLut
Creates Look Up Table for logarithm operation on image pixels.
Syntax
C++
C#
Python
def CreateLogarithmLut( inOffset: float, inNormalizeZero: bool, inOutputType: PlainType, outLut: PixelLut, /, *, inScale: float | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inScale | float | None | None | Scaling factor (default: 255) |
![]() |
inOffset | float | Offset factor | |
![]() |
inNormalizeZero | bool | Specifies whether the output range should be rescaled to start from 0 | |
![]() |
inOutputType | PlainType | ||
![]() |
outLut | PixelLut |


