WindowLevelFlags property (LEADDlgColor Control)
Builder Syntax |
L_UINT WindowLevelFlags |
Delphi Syntax |
WindowLevelFlags: L_UINT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets flags that indicate how the range is used to fill the LUT and the type of LUT in the
WindowLevel dialog box.
The following flags indicate how the range is used to fill the LUT:
Value |
Meaning |
FILLLUT_INSIDE |
[$0001] Fill the LUT between WindowLevelLow and WindowLevelHigh. (Inside the WindowLevelLow... WindowLevelHigh range) |
FILLLUT_OUTSIDE |
[$0002] Fill the LUT below WindowLevelLow and above WindowLevelHigh. (Outside the WindowLevelLow... WindowLevelHigh range) |
The following flags indicate the LUT type:
Value |
Meaning |
FILLLUT_LINEAR |
[$0010] LUT is linear. |
FILLLUT_EXPONENTIAL |
[$0020] LUT is exponential. |
FILLLUT_LOGARITHMIC |
[$0030] LUT is logarithmic. |
FILLLUT_SIGMOID |
[$0040] LUT is sigmoid. |
See Also