Advertisement

Alphablending library

Started by March 15, 2000 06:33 PM
0 comments, last by black_eyez 24 years, 11 months ago
Hey everyone! I''m currently working on an alpha blending library in c++ with inline asm, called vbDABL. It''s for use in vb primarily, because it''s pretty much impossible to do alpha blending at an acceptable speed in vb w/ dx7 without using direct3d. I''ve released a public beta at http://www.daedalusd.com/vbgaming/files/vbDABL010.zip . It''s open source as well! But, my problem is that I don''t have a video card that uses 565-mode. On those cards, it seems that the ''colorblend'' functions, whether you use the 565 or 555 mode functions, crash the application HARD. But, it works fine on 555-mode cards, even the 565-mode functions which just create wacky colors but still don''t crash it. Would someone be willing to take a look for me and see what''s wrong, even if you don''t solve it, I''d appreciate any help/suggestions Thanks! David
-- black eyez
dgoodlad@junction.net
Sorry, I forgot to mention in that last post that this is for 16-bit mode only right now, 24 and 32-bit stuff is coming!

David
-- black eyez
dgoodlad@junction.net

This topic is closed to new replies.

Advertisement