Color

sealed abstract class Color(val code: String)
Companion:
object
class Object
trait Matchable
class Any
object Black.type
object Blue.type
object Cyan.type
object Default.type
object Green.type
object Magenta.type
object Red.type
object White.type
object Yellow.type

Value members

Concrete fields

val code: String