Index:
[thread]
[date]
[subject]
[author]
From: Mike McQuade <mmcquade@aa.net>
To : ggi-develop@eskimo.com
Date: Fri, 21 May 1999 00:34:52 -0700
Re: how to change colors in Libggi2d
Hate to answer my own question, but I figured out
what I was doing wrong.
I was not calling the demo in 16 bit color mode.
Sorry.
Mike
At 12:18 AM 5/21/99 -0700, you wrote:
>Hello,
>
>Thanks goes to the developer who fixed the LibGGI2d.
>
>
>I am now running the libggi2d demos from the ggi-devel-990521.tar.gz
>snapshot.
>
>
>I cannot seem to change the colors of the primatives in the
>demo. No matter how I set the values in the map struct:
>
>map.r=0xF000;
>map.g=0xF000;
>map.b=0xF000;
>grey=ggiMapColor(vis,&map);
>printf("grey=%d\n",grey);
Index:
[thread]
[date]
[subject]
[author]