Canvas.fill

Fills an area with the specified color

interface Canvas
@trusted
void
fill
(
int x0
,
int y0
,
ubyte color
,
ubyte background = 0
)

Meta