Grx.user_flood_fill

function user_flood_fill(x: Number(gint), y: Number(gint), border: Grx.Color, c: Grx.Color): void {
    // Gjs wrapper for grx_user_flood_fill()
}
  

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

c

the color of the fill