BitmapDrawer.drawFilledBox

Draws a filled box.

class BitmapDrawer
pure
void
drawFilledBox
(
Coordinate target
,
ubyte color
)

Parameters

target Coordinate

The position of the box.

color ubyte

The color of the box (both the line and fill color).

Meta