Fork me on GitHub
View source

package haxepunk.graphics.hardware

abstract Texture

Class Fields

View source

create (width : Int, height : Int, transparent : Bool = false, color : Color = 0) : Texture

Instance Fields

read only height : Int

read only width : Int

View source

clearColor (color : Color) : Void

View source

drawCircle (x : Float, y : Float, radius : Float) : Void

View source

removeColor (color : Color) : Void