From: "DeepBlack \(Murray Evans\)" Newsgroups: comp.os.msdos.djgpp Subject: Masking (?) Date: Fri, 10 Mar 2000 21:44:47 -0000 Organization: UUNET WorldCom server (post doesn't reflect views of UUNET WorldCom Lines: 8 Message-ID: <8abq7q$p8u$1@lure.pipex.net> NNTP-Posting-Host: userev51.uk.uudial.com X-Trace: lure.pipex.net 952724538 25886 62.188.17.234 (10 Mar 2000 21:42:18 GMT) X-Complaints-To: abuse AT uk DOT uu DOT net NNTP-Posting-Date: 10 Mar 2000 21:42:18 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have a 24-bit bitmap in a datafile, and want to place it onto the screen. There are parts of the bitmap which I would like to not be seen (i.e, be the same colour as the background that the bitmap is placed over.) How do I do this (with allegro preferrably)? the allegro docs talk about masking, which I think is what I want. can that be done in software, or soes it have to be a hardware thing?