LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

BrightnessFactor Property






Gets or sets the brightness factor for increasing or decreasing the brightness of the image. .NET support WinRT support Silverlight support
Syntax
public int BrightnessFactor {get; set;}
'Declaration
 
Public Property BrightnessFactor As Integer
'Usage
 
Dim instance As SubtractBackgroundCommand
Dim value As Integer
 
instance.BrightnessFactor = value
 
value = instance.BrightnessFactor
public int BrightnessFactor {get; set;}
 get_BrightnessFactor();
set_BrightnessFactor(value);
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
Refer to SubtractBackgroundCommand.
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

SubtractBackgroundCommand Class
SubtractBackgroundCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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