Lines Matching defs:colormap
288 int colormap[MAXCOLORS];
614 fgcolor = scr->colormap[fgcolor];
615 colormap[bgcolor];
779 bgcolor = scr->colormap[bgcolor];
964 bgcolor = scr->colormap[bgcolor];
1356 scr->colormap[i] = i;
1370 scr->colormap[i] = j;
1371 scr->colormap[j] = i;
1376 * Set the default colormap.
1672 tmpcmap.red [ scr->colormap[ i ] ] = cmap->red [ i ];
1673 tmpcmap.green [ scr->colormap[ i ] ] = cmap->green [ i ];
1674 tmpcmap.blue [ scr->colormap[ i ] ] = cmap->blue [ i ];
1686 * Set the colormap for the given screen.
1723 * Get the old colormap. We need to do this at least to know
1768 * Now we have a new colormap that contains all the entries. Set
1780 * Return the colormap of the given screen.