Provides palette helpers for converting ANSI palette indices to approximate RGB values.
public static class AnsiPalettes
ANSI "basic 16" colors and xterm "256-color" values are indices. Terminals are free to map those indices to different RGB values (themes). This class exposes pragmatic xterm-like defaults that are useful when you need to render ANSI content into a non-terminal surface.
kind:method, kind:property, kind:ctor. Press Esc to clear.GetBasic16Rgb(Int32)Gets an approximate RGB triple for a given basic-16 palette index, using xterm-like defaults.