GlowEffect

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

PropertyTypeDescription
colorCellsColorGets the color of the glow effect.
sizenumberGets and sets the radius of the glow, in unit of points.
transparencynumberGets 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;