Leadtools.Windows.Media.Effects Namespace > WindowLevelEffect Class : Factor Property |
public double Factor {get; set;}
'Declaration Public Property Factor As Double
'Usage Dim instance As WindowLevelEffect Dim value As Double instance.Factor = value value = instance.Factor
This parameter is used only if CurveType is CurveType.Exponential, CurveType.Logarithmic or CurveType.Sigmoid. If CurveType.Exponential or CurveType.Sigmoid is selected its value can be any value (+/-). If CurveType.Logarithmic is selected its value should be >= 0. If Factor = 0, the lookup table will be filled linearly.
For C#/VB examples, refer to WindowLevelEffect.