Constructor

Methods

@:value({ returnPoints : false })line (x1:Int, y1:Int, x2:Int, y2:Int, c:Color, ?blend:ColorBlend, returnPoints:Bool = false):Array<Point>

adapted from http://www.brackeen.com/vga/source/djgpp20/lines.c.html

rectangle2 (x:Int, y:Int, width:Int, height:Int, c:Color, ?fill:Bool, ?blend:ColorBlend):Void

inlineset (x:Int, y:Int, c:Color, ?blend:ColorBlend):Void

@:value({ fill : false })triangle (x1:Int, y1:Int, x2:Int, y2:Int, x3:Int, y3:Int, c:Color, fill:Bool = false, ?blend:ColorBlend):Void