←Select platform

BrightnessFactor Property

Summary
Gets or sets the brightness factor for increasing or decreasing the brightness of the image.
Syntax
C#
VB
Objective-C
C++
Java
public int BrightnessFactor { get; set; } 
Public Property BrightnessFactor As Integer 
@property (nonatomic, assign) NSUInteger brightnessFactor 
public int getBrightnessFactor() 
public void setBrightnessFactor(int value) { 
public: 
property int BrightnessFactor { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.