Mail Archives: djgpp/1998/04/23/10:31:49
In article <6hnb7o$prn AT news DOT network DOT com>, e-mail DOT address AT end DOT of DOT text
says...
> /****************************************************************************
> Would somebody please compile this little program and explain to me what I'm
> doing wrong?
>
> ...
>
> I make a pallete of 256 colours from R,G,B=0,0,0 to R,G,B=255,255,255
> then I step through them making a bar 256 pixels long and expecting to see
> each x position progressively lighter than the previous, but what I get is:
>
> ...
Palette values go from 0 to 64, not 0 to 255.
-jerr
- Raw text -