IGlow

Overview

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

Represents a glow effect applied to a shape.

This interface provides 4 methods for working with IGlow objects in Java programs. Available methods include: asIImageTransformOperation, getColor, getRadius, setRadius. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: color, radius.

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.
asIImageTransformOperation()IImageTransformOperationReturns this instance as {@link IImageTransformOperation}.

See Also