Image.fill

Fills the data with color.

class Image
@safe nothrow pure
void
fill
(
Color!ubyte color
)

Parameters

color Color!ubyte

The color that will fill the plane of the picture.

Meta