Win32 bitmap problem.

Started by
3 comments, last by deadimp 18 years, 10 months ago
I'm writing a battle-system rpg type program and on the menu for the actions (fight, magic, etc) the pointer beside it is slightly overlapping so it looks proper. However, the pointer is discolored all neon pink like. i don't have the source here so i cant post it. the DWORD i use for BitBlt are SRCAND for the mask and SRCPAINT for the coloured bitmap.
Advertisement
What you want is to use SRCCOPY instead of SRCAND...
Quote:the DWORD i use for BitBlt are SRCAND for the mask and SRCPAINT for the coloured bitmap.


are u trying the same thing like ?

Yes. But when i overlap bitmaps they get neon pink/green and all discoloured.
Here is the MSDN link for BitBlt.
Projects:> Thacmus - CMS (PHP 5, MySQL)Paused:> dgi> MegaMan X Crossfire

This topic is closed to new replies.

Advertisement