GlowFormat class

GlowFormat class

Represents the glow formatting for an object.

Remarks

Use the ShapeBase.glow property to access glow properties of an object. You do not create instances of the GlowFormat class directly.

Properties

NameDescription
colorGets or sets a aspose.pydrawing.Color object that represents the color for a glow effect. The default value is aspose.pydrawing.Color.black.
radiusGets or sets a double value that represents the length of the radius for a glow effect in points (pt). The default value is 0.0.
transparencyGets or sets the degree of transparency for the glow effect as a value between 0.0 (opaque) and 1.0 (clear). The default value is 0.0.

Methods

NameDescription
remove()Removes GlowFormat from the parent object.

See Also