Aspose::Cells::Drawing::GlowEffect class
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
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++