IGlow — Aspose.Slides FOSS Java API Reference

IGlow — Represents a glow effect applied to a shape.

Package: org.aspose.slides.foss.effects


Properties

PropertyTypeAccessDescription
radiusdoubleRead/Write
colorIColorFormatRead/Write

Methods

MethodReturnsDescription
getRadius()doubleReturns the glow radius in points.
setRadius(double value)voidSets the glow radius in points.
getColor()IColorFormatReturns the color format for the glow effect.

See Also