CreatePowerLut


Creates Look Up Table for power operation on image pixels.

Syntax

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

Parameters

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