TerminalPalette Constructor
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
TerminalPalette()
Creates a palette with standard ANSI colors in the first 16 entries and xterm colors in the higher 240 entries.
Declaration
public TerminalPalette()
TerminalPalette(Int32)
Creates a palette with standard ANSI colors in the first 16 entries and xterm colors in the higher 240 entries. Useful for specifying custom colors above 256 system colors.
Declaration
public TerminalPalette(int paletteSize)
Parameters
Type | Name | Description |
---|---|---|
Int32 | paletteSize | Size of the palette (must be at least 256). |