[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bugs #10818] win32 backend doesn't properly display transparency...
From: |
Jeff Teunissen |
Subject: |
Re: [bugs #10818] win32 backend doesn't properly display transparency... |
Date: |
Sun, 14 Nov 2004 08:01:54 -0500 |
Fred Kiefer wrote:
> This is a well know limitation of the windows backend and all attempts
> to fix this with GDI functions have failed so far. My opinion is that we
> will need to switch to GDI++, for which C-wrappers exist, to resolve
> this. But there are currently no free header files for GDI++ available
> and I wont be using the ones from MS.
Keep in mind that GDI's colors are backwards -- BGR, not RGB -- and when you
use transparency, they're BGRA. You need to swap red and blue.
--
| Jeff Teunissen -=- Pres., Dusk To Dawn Computing -=- deek @ d2dc.net
| GPG: 1024D/9840105A 7102 808A 7733 C2F3 097B 161B 9222 DAB8 9840 105A
| Core developer, The QuakeForge Project http://www.quakeforge.net/
| Specializing in Debian GNU/Linux http://www.d2dc.net/~deek/
- Re: [bugs #10818] win32 backend doesn't properly display transparency...,
Jeff Teunissen <=