Grx.user_draw_filled_circle
@accepts(int, int, int, Grx.Color)
@returns(none)
def user_draw_filled_circle(xc, yc, r, c):
# Python wrapper for grx_user_draw_filled_circle()
Draws a filled circle on the current context centered at the specified coordinates with the specified radius and color.
- xc
the X coordinate of the center of the circle
- yc
the Y coordinate of the center of the circle
- r
the radius of the circle
- c
the color