LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

GlowColor Property

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.