LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
BrightnessFactor Property
See Also 
Leadtools.ImageProcessing.Core Namespace > SubtractBackgroundCommand Class : BrightnessFactor Property



Gets or sets the brightness factor for increasing or decreasing the brightness of the image. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property BrightnessFactor As Integer
Visual Basic (Usage)Copy Code
Dim instance As SubtractBackgroundCommand
Dim value As Integer
 
instance.BrightnessFactor = value
 
value = instance.BrightnessFactor
C# 
public int BrightnessFactor {get; set;}
C++/CLI 
public:
property int BrightnessFactor {
   int get();
   void set (    int value);
}

Property Value

Brightness factor for increasing or decreasing the brightness of the image. Valid values range from 0 - 400. If you pass 100 the brightness remains unchanged. Lower values darken the image while higher values lighten the image.

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also