Hello,
Simple question, is it possible to work with transparency of solid colors using Windows GUI only or do I need at least OpenGL for this?
This is a discussion on Transparency thing within the Windows Programming forums, part of the Platform Specific Boards category; Hello, Simple question, is it possible to work with transparency of solid colors using Windows GUI only or do I ...
Hello,
Simple question, is it possible to work with transparency of solid colors using Windows GUI only or do I need at least OpenGL for this?
Yes, OGL is best for that kind of thing (unless you feel up DirectX, but I recommend GL).
However, GDI does work with transparency too, look at BitBlt's SRC_PAINT and SRC_AND options.
I don't see why people think Chuck Norris is so awesome. If he was really as great as they say, he would be over here slamming my head into the keybsk;lah;flksalfksdnlcslcnsldk;acklsd;glfbaskfl
/* When I wrote this, only God and I understood what I was doing... Now, God only knows */
thank you for advice... will try