Grid of unsigned 8-bit values.

Constructor

new (width:Int, height:Int)

Variables

read onlyheight:Int

read onlyinstanceId:Int = InstanceId.makeId()

Id for this object.

read onlywidth:Int

Methods

inline get (x:Int, y:Int):Int

inline getIdx (idx:Int):Int

inline set (x:Int, y:Int, v:Int):Void