Grx.draw_filled_box
@accepts(int, int, int, int, Grx.Color) @returns(none) def draw_filled_box(x1, y1, x2, y2, c): # Python wrapper for grx_draw_filled_box()
Draws a filled rectangle on the current context using the specified coordinates and color.
- x1
the left X coordinate
- y1
the top Y coordinate
- x2
the right X coordinate
- y2
the bottom Y coordinate
- c
the color