GlowEffect Class
Contents
[
Hide
]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
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetColor | Gets the color of the glow effect. |
SetColor | Gets the color of the glow effect. |
GetSize | Gets and sets the radius of the glow, in unit of points. |
SetSize | Gets and sets the radius of the glow, in unit of points. |
GetTransparency | Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear). |
SetTransparency | Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear). |