GlowEffect
Contents
[
Hide
]GlowEffect class
This class specifies a glow effect, in which a color blurred outline is added outside the edges of the object.
class GlowEffect;
Properties
Property | Type | Description |
---|---|---|
color | CellsColor | Gets the color of the glow effect. |
size | number | Gets and sets the radius of the glow, in unit of points. |
transparency | number | Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear). |
color
Gets the color of the glow effect.
color : CellsColor;
size
Gets and sets the radius of the glow, in unit of points.
size : number;
transparency
Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear).
transparency : number;