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
| Name | Type | Access | Description |
|---|---|---|---|
radius | double | Read | Returns the glow radius in points. |
color | IColorFormat | Read | Returns the color format for the glow effect. |
Methods
| Signature | Description |
|---|---|
getRadius() → double | Returns the glow radius in points. |
setRadius(value: double) | Sets the glow radius in points. |
getColor() → IColorFormat | Returns the color format for the glow effect. |
asIImageTransformOperation() → IImageTransformOperation | Returns this instance as {@link IImageTransformOperation}. |