palette property

List<UvRgb>? palette
final

Optional complete 16- or 256-color terminal palette.

With 16 entries, higher indexes use the xterm cube and gray ramp. The renderer takes a detached copy on construction.

Implementation

final List<UvRgb>? palette;