LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)
LEAD Technologies, Inc

Intensity Property






Gets or sets the threshold of the color intensity values. This is a dependency property. .NET support Silverlight support
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
ObjectiveC Syntax
Java Syntax
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IntensityDetectEffect Class
IntensityDetectEffect Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.