Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
bltTransparent
#1
How come this works:
Code:
Call BitBlt(frmMirage.picInv(Q).hDC, 0, 0, PIC_X, PIC_Y + 32, frmMirage.picItemSetBMP.hDC, 0, 32, SRCCOPY)
WHen this does not?
Code:
Call TransparentBlt(frmMirage.picInv(Q).hDC, 0, 0, PIC_X, PIC_Y + 32, frmMirage.picItemSetBMP.hDC, 0, 32, 32, 64, RGB(0, 0, 0))

I do have encrypted gfx with zlib but I wouldn't think that would make a difference?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)