IGlow

Overview

IGlow is a interface in Aspose.Slides FOSS for Java. Inherits from: IImageTransformOperation.

Represents a glow effect applied to a shape.

Properties

NameTypeAccessDescription
radiusdoubleReadReturns the glow radius in points.
colorIColorFormatReadReturns the color format for the glow effect.

Methods

SignatureDescription
getRadius()doubleReturns the glow radius in points.
setRadius(value: double)Sets the glow radius in points.
getColor()IColorFormatReturns the color format for the glow effect.

See Also