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 | |
|---|---|---|---|---|
![]() |
inValue | float | ||
![]() |
inOutputType | PlainType | ||
![]() |
outLut | PixelLut |


