drawRectGlow(x, y, w, h, radius, color, glowRadius, glowColor): void
x
y
w
h
radius
color
glowRadius
glowColor
void
Draws a rounded rectangle with a solid color and an outer glow.
number
The x position.
The y position.
The width.
The height.
The corner radius.
Color
The fill color.
The glow falloff radius in pixels.
The glow color (alpha controls maximum intensity).
Last updated 11 hours ago