> For the complete documentation index, see [llms.txt](https://scripting.breeze.rip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scripting.breeze.rip/api/functions/hudrenderer.drawrectglow.md).

# hudRenderer.drawRectGlow

> **drawRectGlow**(`x`, `y`, `w`, `h`, `radius`, `color`, `glowRadius`, `glowColor`): `void`

Draws a rounded rectangle with a solid color and an outer glow.

### Parameters

#### x

`number`

The x position.

#### y

`number`

The y position.

#### w

`number`

The width.

#### h

`number`

The height.

#### radius

`number`

The corner radius.

#### color

[`Color`](/api/breeze/util/color.md)

The fill color.

#### glowRadius

`number`

The glow falloff radius in pixels.

#### glowColor

[`Color`](/api/breeze/util/color.md)

The glow color (alpha controls maximum intensity).

### Returns

`void`
