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
Input value inScale float | None None Scaling factor (default: 255)
Input value inOffset float Offset factor
Input value inNormalizeZero bool Specifies whether the output range should be rescaled to start from 0
Input value inOutputType PlainType
Output value outLut PixelLut