Basic graphical interface. Represent old devices with only pixel pushing operations.
begin ():Void
Begin the graphic operations. You MUST call this.
end ():Void
Terminate all graphical operations and apply them. You MUST call this at the end.
setPixel (x:Int, y:Int, color:Color):Void
Set the pixel color at a specific position.