TerminalText

final case class TerminalText(tileMap: AssetName, foreground: RGB, background: RGBA, mask: RGBA, shaderId: Option[ShaderId]) extends Material
Companion:
object
trait Serializable
trait Product
trait Equals
trait Material
class Object
trait Matchable
class Any

Value members

Concrete methods

def toShaderData: ShaderData
def withBackground(newColor: RGBA): TerminalText
def withBackground(newColor: RGB): TerminalText
def withForeground(newColor: RGB): TerminalText
def withMask(newColor: RGBA): TerminalText
def withMask(newColor: RGB): TerminalText
def withShaderId(newShaderId: ShaderId): TerminalText

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product