IScreen.SetColor Method
Namespace: Rebex.TerminalEmulation.Interop
Assembly: Rebex.Terminal.dll (version 7.0.9083)
SetColor(Int32, Int32)
Set the current foreground and background colors.
Declaration
void SetColor(int foreground, int background)
Parameters
Type | Name | Description |
---|---|---|
Int32 | foreground | Foreground color index. |
Int32 | background | Background color index. |