TerminalPalette.Item Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Item[Int32]
Gets the palette color at the specified index.
Declaration
public Color this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | Color index. |
Property Value
Type | Description |
---|---|
Color | Palette color. |