[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Double hires mode color artifacts



Linards Ticmanis <ticmanis@gmx.de> wrote:
> Here's a RGB color table that works well enough for this (derived from
> Fourier Analysis and the usual YUV-to-RGB formulas):
> 
> static struct {
>        unsigned short  red;
>        unsigned short  green;
>        unsigned short  blue;
> } AppleIIColor[16]= {
[...]
>        {0x40,0x54,0x00},       /* Brown */
> };

While testing double hires, I noticed that this color comes out on
my monitor as some sort of olive green, and not brown. What's wrong?

- Dirk