Re: New Software. FTP HUD with 3-bets %!! Free!!!
[ QUOTE ]
The function, I'm using, CImage::AlphaBlend, definitely should do per-pixel alpha. I guess there must be a prob with the way I'm loading the .png files. I'll have another look.
[/ QUOTE ]
I did some poking around in the documentation (although I know nothing about windows programming). Could it be that you have to create the background image over which you impose the cards explicitly with an alpha channel? There's a flag createAlphaChannel in CImage:Create. Note that I'm talking about the destination (background) bitmap, not the CImage that you load from the png.
|