cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Drawing Images into a Win32 application
Drawing Images into a Win32 application
Sep 12, 2011 at 8:13pm UTC
Blessman11
(370)
What functions are used when drawing RGBA data in the win32 window?
What functions are used?
Sep 12, 2011 at 8:31pm UTC
webJose
(2948)
Well, the ones I know that use transparency are AlphaBlend() and TransparentBlt(); granted, the latter not really using alpha channel, but it relates to transparency. What are you looking for exactly?
Sep 13, 2011 at 12:10pm UTC
Blessman11
(370)
I want to put images onto the screen. I learnt how to do something similar with Open GL, but so far I haven't learnt the equivalent when using win32
Sep 13, 2011 at 1:41pm UTC
webJose
(2948)
If it is for blitting images on screen, then AlphaBlend() is the one.
Topic archived. No new replies allowed.