Message-ID: <371F1595.C4D09EBC@softhome.net> From: Chris Mears X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: not very big problem, allegro References: <7fmcfn$nan$1 AT news DOT koti DOT tpo DOT fi> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 19 Date: Thu, 22 Apr 1999 22:27:01 +1000 NNTP-Posting-Host: 139.134.198.113 X-Trace: newsfeeds.bigpond.com 924783691 139.134.198.113 (Thu, 22 Apr 1999 22:21:31 EST) NNTP-Posting-Date: Thu, 22 Apr 1999 22:21:31 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 I think I know what you mean. Try masked_blit() instead of blit(). Read the help first, of course. Chris Ilari Kaartinen wrote: > > Could someone tell me how to draw such bitmaps, that rgb color 255,0,255, > wont be drawed? I read in allegro faq that that should left automatically > out... > (I normaly use blit to draw them into screen) > > --: 16 bit colors. 640x480 > > - Ilari > > (I know, stupid question)