hudRenderer.drawRectGlow
Last updated
drawRectGlow(
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.
number
The y position.
number
The width.
number
The height.
number
The corner radius.
The fill color.
number
The glow falloff radius in pixels.
The glow color (alpha controls maximum intensity).
void
Last updated