TerminalPalette.GetColor Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9313)
GetColor(Int32)
Gets the palette color at the specified index.
Declaration
public Color GetColor(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | Color index. |
Returns
| Type | Description |
|---|---|
| Color | Palette color. |