Enumerations | |
| enum | TLUTMethod { LUT_Array8Bit = 0 , LUT_Generic = 1 , LUT_Linear = 2 , LUT_Cubic = 3 } |
| Determines the LUT mode. The modes LUT_Generic, LUT_Linear and LUT_Cubic are node-based LUT methods. More... | |
| enum TLUTMethod |
Determines the LUT mode. The modes LUT_Generic, LUT_Linear and LUT_Cubic are node-based LUT methods.
| Enumerator | |
|---|---|
| LUT_Array8Bit | 8 bit array LUT. |
| LUT_Generic | Generic LUT. |
| LUT_Linear | Linear LUT. |
| LUT_Cubic | Cubic LUT. |