REXCell

data class REXCell(character: Char, foregroundColor: TileColor, backgroundColor: TileColor)

Represents a CP437 character on a REX Paint REXLayer.

Constructors

REXCell
Link copied to clipboard
fun REXCell(character: Char, foregroundColor: TileColor, backgroundColor: TileColor)

Types

Companion
Link copied to clipboard
object Companion

Functions

copy
Link copied to clipboard
fun copy(character: Char, foregroundColor: TileColor, backgroundColor: TileColor): REXCell
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getBackgroundColor
Link copied to clipboard
fun getBackgroundColor(): TileColor
getCharacter
Link copied to clipboard
fun getCharacter(): Char
getForegroundColor
Link copied to clipboard
fun getForegroundColor(): TileColor
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Sources

(source)
Link copied to clipboard