Ansi8BitColor

AnsiElement implementation for ANSI 8-bit foreground or background color codes.

Author

Toshiaki Maki

Phillip Webb

Since

2.2.0

See also

Functions

Link copied to clipboard
open fun background(code: Int): Ansi8BitColor
Return a background ANSI color code instance for the given code.
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
open fun foreground(code: Int): Ansi8BitColor
Return a foreground ANSI color code instance for the given code.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String