Surface.fill

Fills a specific area of the surface with the given color. The second parameter is a pointer to the area. If it's null, the whole Surface is filled.

struct Surface
@nogc
void
fill
nothrow
(
const Color4b col
,
const Rect* rect = null
)

Meta