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... | |
Different approaches for interpolating between lookup table (LUT) values and levels.
|
static |
LUT values are constant between two LUT levels.
|
static |
Cubic interpolation between two adjacent LUT levels.
|
static |
Linear interpolation between two adjacent LUT levels.