toggle menu
kotlin-stdlib-project
0.1.0-SNAPSHOT
common
switch theme
search in API
kotlin-stdlib
/
com.javiersc.kotlin.stdlib
/
AnsiColor
Ansi
Color
sealed
class
AnsiColor
Inheritors
Reset
Foreground
Background
Members
Types
Background
Link copied to clipboard
sealed
class
Background
:
AnsiColor
Foreground
Link copied to clipboard
sealed
class
Foreground
:
AnsiColor
Reset
Link copied to clipboard
object
Reset
:
AnsiColor
Properties
value
Link copied to clipboard
abstract
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String