Products | Support | Back to Introduction | Email a link to this topic. | Back to Introduction - All Topics | Help Version 19.0.4.23
|
Leadtools.Windows.Media.Effects Namespace > IntensityDetectEffect Class : Intensity Property |
public double Intensity {get; set;}
'Declaration Public Property Intensity As Double
'Usage Dim instance As IntensityDetectEffect Dim value As Double instance.Intensity = value value = instance.Intensity
This effect converts the image to a black and white, based on the threshold Intensity. Values less than Intensity are set to black while values larger than Intensity are set to white.
For XAML example, refer to IntensityDetectEffect.
For C#/VB examples, refer to IntensityDetectEffect.