Theme

roguelikestarterkit.ui.components.TerminalButton.Theme
See theTheme companion object
final case class Theme(charSheet: CharSheet, up: TerminalTileColors, over: TerminalTileColors, down: TerminalTileColors, hasBorder: Boolean, borderTiles: TerminalBorderTiles)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withBorder(value: Boolean): Theme
def withDown(foreground: RGBA, background: RGBA): Theme
def withOver(foreground: RGBA, background: RGBA): Theme
def withUp(foreground: RGBA, background: RGBA): Theme

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product