Drawing Images into a Win32 application

What functions are used when drawing RGBA data in the win32 window?
What functions are used?
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?
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
If it is for blitting images on screen, then AlphaBlend() is the one.
Topic archived. No new replies allowed.