WindowLevelFactor property (LEADDlgColor Control)
Builder Syntax |
L_INT WindowLevelFactor |
Delphi Syntax |
WindowLevelFactor: L_INT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets the value that indicates the factor in the WindowLevel dialog box, to be applied in the function operation specified in the WindowLevelFlags property.
This property is used only if WindowLevelFlags property is FILLLUT_EXPONENTIAL, FILLLUT_LOGARITHMIC or FILLLUT_SIGMOID.
If FILLLUT_EXPONENTIAL or FILLLUT_SIGMOID flag is selected its values range from 1000 to -1000.
If FILLLUT_LOGARITHMIC flag is selected its values range from 0 to 1000. If WindowLevelFactor = 0, the lookup table will be filled linearly.
See Also