a UI base class object that manages color attributes for UI objects
UIcolor {
string foregroundColor;
string backgroundColor;
};
UIcolor is a base class used by other UI classes to implement background and foreground color attributes. It cannot be instantiated separately.
foregroundColor
backgroundColor
Attributes that specify the background and foreground of a UI objects window. The string values must map to available color strings on a particular system. Not all systems have the same colors.