LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

BrightnessFactor Property

Show in webframe







Gets or sets the brightness factor for increasing or decreasing the brightness of the image.
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;}
@property (nonatomic, assign) unsigned int brightnessFactor;
public int getBrightnessFactor()
public void setBrightnessFactor(int value) {
            
 
get_BrightnessFactor();
set_BrightnessFactor(value);
Object.defineProperty('BrightnessFactor');
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

See Also

Reference

SubtractBackgroundCommand Class
SubtractBackgroundCommand Members

 

 


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