color

var color: ChatColor? = null

The text color. This can be set in the following way:

e.g. Medium turquoise:

  • color = col(0x4BD6CB)

  • color = col(4970187)

  • color = col("#4BD6CB")

  • color = KColors.MEDIUMTURQUOISE