IGlowEffectiveData

All Implemented Interfaces: com.aspose.slides.IEffectEffectiveData

public interface IGlowEffectiveData extends IEffectEffectiveData

Immutable object which represents a Glow effect, in which a color blurred outline is added outside the edges of the object.

Methods

MethodDescription
getRadius()Radius.
getColor()Color.

getRadius()

public abstract double getRadius()

Radius. Read-only double.

Returns: double

getColor()

public abstract Integer getColor()

Color. Read-only java.lang.Integer.

Returns: java.lang.Integer