Message-ID: <3721CD2E.F214DFA3@softhome.net> From: Chris Mears X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Fading in/out with 16 bit colours Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 8 Date: Sat, 24 Apr 1999 23:54:54 +1000 NNTP-Posting-Host: 139.134.194.239 X-Trace: newsfeeds.bigpond.com 924961756 139.134.194.239 (Sat, 24 Apr 1999 23:49:16 EST) NNTP-Posting-Date: Sat, 24 Apr 1999 23:49:16 EST Organization: Telstra BigPond Internet Services (http://www.bigpond.com) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all In mode 13h, with a 256 colour palette, you could fade the whole screen in and out simply by changing the values in the palette. And it was fast. Now, my question: is there a fast and easy way to achieve the same effect with 16 bit colours? Using djgpp and allegro, of course. Chris