Description |
 |
The has_colors() routine returns TRUE if the terminal supports color. The can_change_color() routine returns TRUE if the terminal can support color and the colors can be changed. These routines are useful when writing terminal-independent programs; these routines could be used to determine whether to replace color with another attribute on a particular terminal.
The color_content() routine provides information on the amount of red, blue, and green in a particular color. The intensity of each color is stored in the addresses pointed to by r, b, and g, respectively. The values returned range from 0 (no component of that color) to 1000 (maximum amount of component).
The pair_content() routine provides information on what colors are in the specified color pair. The number of the foreground and background colors are stored in the addresses pointed to by fg and bg, respectively. The values stored in fg and bg range from 0 to COLORS. The color pair number, pair, ranges from 1 to COLOR_PAIRS -1.