> 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.drawring.md).

# hudRenderer.drawRing

> **drawRing**(`cx`, `cy`, `radius`, `thickness`, `color`): `void`

Draws a ring (hollow circle).

### Parameters

#### cx

`number`

The center x position.

#### cy

`number`

The center y position.

#### radius

`number`

The outer radius.

#### thickness

`number`

The ring thickness in pixels.

#### color

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

The fill color.

### Returns

`void`
