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

# hudRenderer.drawCircleWithEffect

> **drawCircleWithEffect**(`cx`, `cy`, `radius`, `alpha`): `void`

Draws a filled circle colored with the current HUD effect (rainbow/gradient/pulse).

### Parameters

#### cx

`number`

The center x position.

#### cy

`number`

The center y position.

#### radius

`number`

The radius.

#### alpha

`number`

The opacity (0.0–1.0).

### Returns

`void`
