Index:
[thread]
[date]
[subject]
[author]
From: Brian S. Julin <bri@tull.umassp.edu>
To : Jan Kneschke <Jan.Kneschke@kiel.netsurf.de>
Date: Mon, 26 Jul 1999 15:37:56 -0400 (EDT)
Re: Xblit 1 -> 16 on X
On Mon, 26 Jul 1999, Jan Kneschke wrote:
> i've done it:
>
> col.r = col.b = col.g = 0xffff;
> ggiSetGCForeground(memvis,ggiMapColor(memvis,&col));
That doesn't "set the palette", that just sets the GC fgcolor to the
color that is closest to white in the palette. If the palette is all black,
then, that color is black.
--
Brian
Index:
[thread]
[date]
[subject]
[author]