Aspose::Cells::Drawing::GlowEffect class

GlowEffect class

This class specifies a glow effect, in which a color blurred outline is added outside the edges of the object.

class GlowEffect

Methods

MethodDescription
GetColor()Gets the color of the glow effect.
GetSize()Gets and sets the radius of the glow, in unit of points.
GetTransparency()Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear).
GlowEffect(GlowEffect_Impl* impl)Constructs from an implementation object.
GlowEffect(const GlowEffect& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const GlowEffect& src)operator=
SetColor(const CellsColor& value)Gets the color of the glow effect.
SetSize(double value)Gets and sets the radius of the glow, in unit of points.
SetTransparency(double value)Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear).
~GlowEffect()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also