Factor property (ILEADAlphaAction)
long Factor | |
Overview |
Refer to Using the Image Viewer |
Remarks
(Medical Imaging Suite) Value that indicates the factor used in the function operation specified in the FillType Property of the ILEADWindowLevelAction. This property is used only if FillType is set to FILLLUT_EXPONENTIAL, FILLLUT_LOGARITHMIC or FILLLUT_SIGMOID. If FILLLUT_EXPONENTIAL or FILLLUT_SIGMOID is selected, the value of this property can be any integer (+/-). If FILLLUT_LOGARITHMIC flag is selected its value should be >= 0. If Factor = 0, the lookup table will be filled linearly.
This property is applied on the sub cell level.
To change the current factor for the action, set this property and call the SetAction method.
This property is updated with the current factor for the action by calling the GetAction method.
See Also