flood_fill


Description:

public void flood_fill (int x, int y, Color border, Color c)

Flood-fills the area of the current context bounded by the color border using x, y as the starting point.

Parameters:

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


Namespace: Grx.User
Package: grx-3.0