hudRenderer.drawRectWithEffect
Last updated
drawRectWithEffect(
x,y,w,h,radius,alpha):void
Draws a rounded rectangle colored with the current HUD effect (rainbow/gradient/pulse). Falls back to the user's static color when the effect is NONE.
number
The x position.
number
The y position.
number
The width.
number
The height.
number
The corner radius.
number
The opacity (0.0β1.0).
void
Last updated