Grx.draw_filled_circle

function draw_filled_circle(xc: Number(gint), yc: Number(gint), r: Number(gint), c: Grx.Color): void {
    // Gjs wrapper for grx_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