FillType property (ILEADWindowLevelAction)
WindowLevelFillLUTConstants FillType | |
Overview |
Refer to Using the Image Viewer |
Remarks
(Medical Imaging Suite) Gets or sets a value that indicates the LUT type.
This property is applied on the sub cell level. Possible values are:
Value |
Meaning |
FILLLUT_LINEAR |
[0x0010] LUT is linear. |
FILLLUT_EXPONENTIAL |
[0x0020] LUT is exponential. |
FILLLUT_LOGARITHMIC |
[0x0030] LUT is logarithmic. |
FILLLUT_SIGMOID |
[0x0030] LUT is sigmoid. |
To change the current fill type for the action, set this property and call the SetAction method.
This property is updated with the current fill type for the action by calling the GetAction method.
See Also