Lines Matching full:color
53 dynamically allocate \fIcurses\fR color pairs
64 They permit an application to dynamically allocate a color pair using
65 the foreground/background colors rather than assign a fixed color pair number,
68 The number of colors may be related to the number of possible color
71 While almost all terminals allow setting the color \fIattributes\fP
77 Color pairs are the \fIcurses\fP library's way of managing a color palette
83 with only a few dozen color combinations,
85 as the limit on color pairs:
103 An application might use up to a few dozen color pairs to
104 implement a predefined color scheme.
114 manage color pairs.
117 foreground and background color, and
118 checks if that color combination is already associated with a color pair.
124 \fBalloc_pair\fP allocates a new color pair and returns that.
127 allocated entry using \fBfree_pair\fP and allocates a new color pair.
129 All of the color pairs are allocated from a table of possible color pairs.
134 to the colors versus color pairs.
137 foreground and background color, and
138 checks if that color combination is already associated with a color pair,
142 Marks the given color pair as unused,
143 i.e., like color pair 0.
145 The \fBalloc_pair\fP function returns a color pair number in the range
147 its fast index to the color pair values, preventing it from allocating
148 a color pair.
151 The \fBfind_pair\fP function returns a color pair number if the
152 given color combination has been associated with a color pair,
156 error updating the fast index or if no such color pair is in use.