C#
VB
C++
Options to specify how the range is used to fill the LUT and the type of LUT.
Members
Value | Member | Description |
---|---|---|
0 | Linear |
LUT is leaner |
1 | Logarithmic |
LUT is logarithmic. |
2 | Exponential |
LUT is exponential. |
3 | Sigmoid |
LUT is sigmoid. |
This enumeration is used as the type for the WindowLevelEffect.CurveType property.
For C#/VB examples, refer to WindowLevelEffect.