CreateGammaCorrectionLut


Creates Look Up Table for gamma correction operation on image pixels.

Syntax

C++
C#
Python
 
def CreateGammaCorrectionLut(
	inValue: float,
	inOutputType: PlainType,
	outLut: PixelLut,
	/
)
-> None

Parameters

Name Type Default Description
Input value inValue float
Input value inOutputType PlainType
Output value outLut PixelLut