ByteMatrix

class ByteMatrix(val width: Int, val height: Int)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int

Functions

Link copied to clipboard
fun clear(value: Byte)
Link copied to clipboard
operator fun get(x: Int, y: Int): Byte
Link copied to clipboard
operator fun set(x: Int, y: Int, value: Boolean)
operator fun set(x: Int, y: Int, value: Byte)
operator fun set(x: Int, y: Int, value: Int)
Link copied to clipboard
open override fun toString(): String