Available in LEADTOOLS Medical Imaging toolkits. |
WindowLevelFlags Property (ILEADRasterDlgClr)
short WindowLevelFlags; | |
Overview |
Refer to Using Imaging Common Dialogs |
Remarks
(Medical only) Gets or sets a value in the WindowLevel dialog box that represents how the LUT is filled and the type of LUT.
The following flags indicate how the range is used to fill the LUT:
Value |
Meaning |
FILLLUT_INSIDE |
[0x0001] Fill the LUT between WindowLevelLow and WindowLevelHigh properties |
FILLLUT_OUTSIDE |
[0x0002] Fill the LUT below WindowLevelLow and above WindowLevelHigh. |
The following flags indicate the LUT type:
Value |
Meaning |
FILLLUT_LINEAR |
[0x0010] LUT is linear. |
FILLLUT_EXPONENTIAL |
[0x0020] LUT is exponential. |
FILLLUT_LOGARITHMIC |
[0x0030] LUT is logarithmic. |
FILLLUT_SIGMOID |
[0x0040] LUT is sigmoid. |
See Also
Elements |
WindowLevel method, WindowLevelFactor property, WindowLevelHigh property, WindowLevelLow property, ShowWindowLevelDlg method |