BitmapDrawer.drawLine

Draws a single line.

class BitmapDrawer
pure
void
drawLine
(
Point from
,
Point to
,
ubyte color
)

Parameters

from Point

The beginning of the line.

to Point

The endpoint of the line.

color ubyte

The color index to be used for the line.

Meta