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

Show in webframe

GlowColor Property








Gets or sets the value that indicates the glow color.
Syntax
public RasterColor GlowColor {get; set;}
'Declaration
 
Public Property GlowColor As RasterColor
'Usage
 
Dim instance As DiffuseGlowCommand
Dim value As RasterColor
 
instance.GlowColor = value
 
value = instance.GlowColor
public RasterColor GlowColor {get; set;}

            

            
 
get_GlowColor();
set_GlowColor(value);
Object.defineProperty('GlowColor');
public:
property RasterColor GlowColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

Value that indicates the glow color.
Example
Refer to DiffuseGlowCommand example.
Requirements

Target Platforms

See Also

Reference

DiffuseGlowCommand Class
DiffuseGlowCommand Members

Error processing SSI file