GlowEffect Class

GlowEffect class

This class specifies a glow effect, in which a color blurred outlineis added outside the edges of the object.


type GlowEffect struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetColorGets the color of the glow effect.
SetColorGets the color of the glow effect.
GetSizeGets and sets the radius of the glow, in unit of points.
SetSizeGets and sets the radius of the glow, in unit of points.
GetTransparencyGets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear).
SetTransparencyGets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear).