public interface IGlow extends IImageTransformOperation, IAccessiblePVIObject<IGlowEffectiveData>
Represents a Glow effect, in which a color blurred outline is added outside the edges of the object.
Modifier and Type | Method and Description |
---|---|
IColorFormat |
getColor()
Color format.
|
double |
getRadius()
Radius.
|
void |
setRadius(double value)
Radius.
|
getEffective
double getRadius()
Radius.
Read/write double
.
void setRadius(double value)
Radius.
Read/write double
.
IColorFormat getColor()
Color format.
Read-only IColorFormat
.
Copyright © 2004-2022 Aspose Pty Ltd. All Rights Reserved.