'Declaration
Function GetAnsiColor( _ ByVal color As ScreenAnsiColor _ ) As Color
'Usage
Dim instance As IThemeColor Dim color As ScreenAnsiColor Dim value As Color value = instance.GetAnsiColor(color)
Color GetAnsiColor( ScreenAnsiColor color )
Parameters
- color
- The ANSI color whose mapped color should be returned
Return Value
The current color mapping for the specified attribute