TerminalOptions.GetColorIndex Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
GetColorIndex(SchemeColorName)
Gets the palette index of the specified custom scheme color.
Declaration
public int GetColorIndex(SchemeColorName color)
Parameters
Type | Name | Description |
---|---|---|
SchemeColorName | color | Scheme color. |
Returns
Type | Description |
---|---|
Int32 | Palette index (0..15). |