TerminalRenderColorKind

Color encoding kind used by TerminalRenderAttrs.

Properties

Link copied to clipboard
const val DEFAULT: Int = 0

Terminal default color. The associated value must be zero.

Link copied to clipboard
const val INDEXED: Int = 1

Indexed palette color. The associated value is in 0..255.

Link copied to clipboard
const val RGB: Int = 2

Direct RGB color. The associated value is encoded as 0xRRGGBB.