'Declaration
Sub SetAnsiColor( _ ByVal color As ScreenAnsiColor, _ ByVal newColor As Color _ )
'Usage
Dim instance As IThemeColor Dim color As ScreenAnsiColor Dim newColor As Color instance.SetAnsiColor(color, newColor)
void SetAnsiColor( ScreenAnsiColor color, Color newColor )
Parameters
- color
- The ANSI color whose mapped color should be set
- newColor
- The new color mapping for the specified attribute