LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)

Intensity Property

Show in webframe





Gets or sets the threshold of the color intensity values. This is a dependency property.
Syntax
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

            

            
public:
property double Intensity {
   double get();
   void set (    double value);
}

Property Value

The threshold of the color intensity values. Default value is 128.5.
Remarks

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.

Example

For XAML example, refer to IntensityDetectEffect.

For C#/VB examples, refer to IntensityDetectEffect.

Requirements

Target Platforms

See Also

Reference

IntensityDetectEffect Class
IntensityDetectEffect Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.