Struct that pairs a LUT level and the value assigned to this level. More...
Public Member Functions | |
| LutLevel (double level, double value) | |
Constructor for a LutLevel. | |
Properties | |
| double | Level [get, set] |
| Gray value level at which the Value applies. | |
| double | Value [get, set] |
| Transformed gray value that applies to the associated gray Level | |
Struct that pairs a LUT level and the value assigned to this level.