Grx.user_flood_fill_with_pixmap

function user_flood_fill_with_pixmap(x: Number(gint), y: Number(gint), border: Grx.Color, p: Grx.Pixmap): void {
    // Gjs 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