circle(color, center_x, center_y, radius, outline, opacity)
Directly draws a circle to the screen without camera transformation. All parameters are required and keywords are not allowed. This keeps this function as fast as possible.
Parameters:
color
[value: positive unsigned RGB565 16-bit int or Color, type: uint16 | Color]
center_x
[value: any, type: float]
center_y
[value: any, type: float]
radius
[value: any, type: float]
outline
[value: any, type: boolean]
opacity
[value: 0.0 ~ 1.0, type: float]
Return Value: None
file: src/draw/engine_draw_module.c