AsciiPanelView / ColoredChar

ColoredChar

class ColoredChar

Object for chars to print on the panel

Constructors

<init>

ColoredChar(char: Char, charColor: Int, bgColor: Int)

Object for chars to print on the panel

Properties

bgColor

var bgColor: Int

color of background of the char

char

var char: Char

char to print

charColor

var charColor: Int

color of the char