InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IThemeColor Interface
Properties Methods

In This Topic
    IThemeColor Interface Members
    In This Topic

    The following tables list the members exposed by IThemeColor.

    Public Properties
     NameDescription
     PropertyGets the parent object. The parent is the ITheme object.  
    Top
    Public Methods
     NameDescription
     MethodReturns the current mapped color for a given ANSI terminal color  
     MethodReturns the current mapped background color for a given terminal attribute  
     MethodGets the integer value that the background color of a given terminal attribute is mapped to in the theme color map.  
     MethodGets the RGB value assigned to an integer in the theme color map.  
     MethodReturns the current mapped foreground color for a given terminal attribute  
     MethodGets the integer value that the foreground color of a given terminal attribute is mapped to in the theme color map.  
     MethodSets the current mapped color for a given ANSI terminal color  
     MethodSets the current mapped background color for a given terminal attribute  
     MethodSets a default color in the theme color map to a new custom color.  
     MethodSets the current mapped foreground color for a given terminal attribute  
    Top
    See Also