Glow

Glow class

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

equals

NameDescription
equals (Object)Determines whether the specified Glow is equal to the current Glow.

Parameters:

NameTypeDescription
objObjectThe Glow to compare.

Returns: boolean


getColor

NameDescription
getColor ()Color format. Read-only IColorFormat.

Returns: ColorFormat


getEffective

NameDescription
getEffective ()Gets effective Glow effect data with the inheritance applied.

Returns: GlowEffectiveData


getParent_IPresentationComponent

NameDescription
getParent_IPresentationComponent ()

getRadius

NameDescription
getRadius ()Radius. Read/write double.

Returns: double


getVersion

NameDescription
getVersion ()

Returns: long


hashCode

NameDescription
hashCode ()Serves as a hash function for a particular type.

Returns: int


setRadius

NameDescription
setRadius (double)Radius. Read/write double.

Returns: void