From: gfoot AT mc31 DOT merton DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: Need help.. Date: 18 Feb 1997 01:57:46 GMT Organization: Oxford University Lines: 14 Message-ID: <5eb2aq$hlh@news.ox.ac.uk> References: <01bc1d3c$57e68660$c2ab8ece AT benoit> NNTP-Posting-Host: mc31.merton.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Christian JACQUIER (ocrtis AT icanect DOT net) wrote: : for (c=0;c<256;c++) { : white_screen[c].r = 255; : white_screen[c].g = 255; : white_screen[c].b = 255; : } The highest colour intensity is 63; change all the 255s to 63s and try it again. -- George Foot Merton College, Oxford.