drawRectWithEffect(x, y, w, h, radius, alpha): void
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.
The y position.
The width.
The height.
The corner radius.
The opacity (0.0β1.0).
Last updated 11 hours ago