⚠️ This site is under development, some artefacts may be missing or incomplete.
PIXEL UI
Circles

Circles

Methods

The following circle drawing methods are accessible via the PIXEL global table:

PIXEL.DrawCircle( number, number, number, number, Color )

Draws a solid circle on the screen with the given position, size and color.

table PIXEL.CreateCircle( number, number, number, number, number, number )

Creates a circle polygon with the given attributes.

PIXEL.DrawCircleUncached( number, number, number, number, number, number )

Creates a circle polygon with PIXEL.CreateCircle then immediately draws it.