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

Bright Property






Gets or sets a value that represents the brightness of the ambient light of the entire image. .NET support WinRT support
Syntax
public int Bright {get; set;}
'Declaration
 
Public Property Bright As Integer
'Usage
 
Dim instance As LightCommand
Dim value As Integer
 
instance.Bright = value
 
value = instance.Bright
public int Bright {get; set;}
 get_Bright();
set_Bright(value);
public:
property int Bright {
   int get();
   void set (    int value);
}

Property Value

Value that represents the brightness of the ambient light of the entire image. This can be any number that is 0 or greater. If it is 0 the image will be black. This value is divided internally by 100.
Example
Refer to LightCommand.
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

LightCommand Class
LightCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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