windows - How do I create a bitmap with an alpha channel on the fly using GDI? -
I am using windows at level level and pulling a round rectangle on the screen. However, I want to smooth the toothed edges. I think for this I need alpha mixtures. Is there any way I can do with GDI?
Create DIBISIN 32 bitpipin with BPP filler. Fill the alpha channel with the pre-fold alpha and you're good to go.
The AlphaBlend API that actually rebuts the 32 BPP bitmap with an affair channel.
Comments
Post a Comment