CVBpy 15.0
Loading...
Searching...
No Matches

Combine a LUT (lookup table) level and the value assigned to this level. More...

Public Member Functions

None LutLevel (self, Optional[float] level, Optional[float] value)
 Create a LutLevel.
 

Properties

 level = property
 float: Gets or sets gray value level at which the value applies.
 
 value = property
 float: Gets or sets transformed gray value, that applies to the associated gray level.
 

Detailed Description

Combine a LUT (lookup table) level and the value assigned to this level.

Constructor & Destructor Documentation

◆ LutLevel()

None LutLevel ( self,
Optional[float] level,
Optional[float] value )

Create a LutLevel.

Parameters

level : Optional[float] Gray value level at which the value applies.

value : Optional[float] Transformed gray value that applies to the associated gray level.