Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

BrightnessFactor Property








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) NSUInteger brightnessFactor
public int getBrightnessFactor()
public void setBrightnessFactor(int value) {
            
 <br/>get_BrightnessFactor();<br/>set_BrightnessFactor(value);<br/>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

Error processing SSI file