From: Simon Churchill Newsgroups: comp.os.msdos.djgpp Subject: Re: Fade routine Date: 23 Oct 1997 07:05:19 GMT Organization: BT Labs, Martlesham Heath, Ipswich, UK Lines: 13 Message-ID: <62msvf$rc0$1t@195.26.68.19> References: <343D1F26 DOT B4EBB976 AT ostrabo DOT uddevalla DOT se> NNTP-Posting-Host: 195.26.68.19 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Andreas Björk wrote: > > I have tried to write a lot of diffrent fade routines for mode 13 in > DJGPP. > but none of them have worked properly. Is there anyone who have a > working fade routine? > > Please help me with this.. Have You remembered that the palette is only 18bit colour not 24bit ie rgb vals go from 0 - 0x63 and not 0 - 0xff ???????