'Declaration
Function GetBackgroundColor( _ ByVal attr As TerminalAttributeOption _ ) As Color
'Usage
Dim instance As IThemeColor Dim attr As TerminalAttributeOption Dim value As Color value = instance.GetBackgroundColor(attr)
Color GetBackgroundColor( TerminalAttributeOption attr )
Parameters
- attr
- The host color or attribute whose mapped color is returned.
Return Value
The current background color mapping for the specified attribute.