←Select platform

BrightnessFactor Property

Summary

Gets or sets the brightness factor for increasing or decreasing the brightness of the image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int BrightnessFactor {get; set;}
Public Property BrightnessFactor As Integer
public int BrightnessFactor {get; set;}
@property (nonatomic, assign) NSUInteger 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 ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize