Grx.user_flood_fill_with_pixmap
@accepts(int, int, Grx.Color, Grx.Pixmap) @returns(none) def user_flood_fill_with_pixmap(x, y, border, p): # Python wrapper for grx_user_flood_fill_with_pixmap()
Flood-fills the area of the current context bounded by the color border using x, y as the starting point.
- x
the starting X coordinate
- y
the starting Y coordinate
- border
the color of the border that contains the fill
- p
the pixmap of the fill