Static Public Attributes | List of all members
LutInterpolation Class Reference

Different approaches for interpolating between lookup table (LUT) values and levels. More...

Inherits object.

Static Public Attributes

int Constant = 0
 LUT values are constant between two LUT levels. More...
 
int Cubic = 2
 Cubic interpolation between two adjacent LUT levels. More...
 
int Linear = 1
 Linear interpolation between two adjacent LUT levels. More...
 

Detailed Description

Different approaches for interpolating between lookup table (LUT) values and levels.

Member Data Documentation

◆ Constant

int Constant = 0
static

LUT values are constant between two LUT levels.

◆ Cubic

int Cubic = 2
static

Cubic interpolation between two adjacent LUT levels.

◆ Linear

int Linear = 1
static

Linear interpolation between two adjacent LUT levels.