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

Show in webframe

Brightness Property (GlowCommand)








Gets or sets the brightness factor used to create the "glow".
Syntax
public int Brightness {get; set;}
'Declaration
 
Public Property Brightness As Integer
'Usage
 
Dim instance As GlowCommand
Dim value As Integer
 
instance.Brightness = value
 
value = instance.Brightness
public int Brightness {get; set;}

            

            
 
get_Brightness();
set_Brightness(value);
Object.defineProperty('Brightness');
public:
property int Brightness {
   int get();
   void set (    int value);
}

Property Value

Brightness factor used to create the "glow". This can be any number that is 0 or greater. If it is 0 the image will be black.
Example
Refer to GlowCommand.
Requirements

Target Platforms

See Also

Reference

GlowCommand Class
GlowCommand Members

Error processing SSI file