SLsmg_set_color is used to set the current color. The
parameter c is really a color object descriptor. Actual
foreground and background colors as well as other visual attributes
may be associated with a color descriptor via the
SLtt_set_color function.
Example
This example defines color 7 to be green foreground on black
background and then displays some text in this color:
It is important to understand that the screen managment routines
know nothing about the actual colors associated with a color
descriptor. Only the descriptor itself is used by the SLsmg
routines. The lower level SLtt interface converts the color
descriptors to actual colors. Thus