From: "Shire" Newsgroups: comp.os.msdos.djgpp Subject: color problems Lines: 28 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Wed, 09 Feb 2000 18:52:20 GMT NNTP-Posting-Host: 212.27.46.141 X-Complaints-To: abuse AT proxad DOT net X-Trace: nnrp2.proxad.net 950122340 212.27.46.141 (Wed, 09 Feb 2000 19:52:20 CET) NNTP-Posting-Date: Wed, 09 Feb 2000 19:52:20 CET Organization: Guest of ProXad - France To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, i try to blit and draw some text in 24 bpp in 640x480. My first bitmap 640x480x24 don't appear nice colored i try the palette grabed with grabber utility from this bitmap color appear much better but that's not the "true" color then when i use make_col to textprintf some text or when i draw some lines, there is a mistake whith the color. i initialize allegro set the colordepth set the gfx_mode blit my first bitmap from a .dat file (with palette) textout some text I really need some helps Shire