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

# hudRenderer.drawCircle

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

Draws a filled circle.

### Parameters

#### cx

`number`

The center x position.

#### cy

`number`

The center y position.

#### radius

`number`

The radius.

#### color

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

The fill color.

### Returns

`void`
