Alpha Blending in DirectDraw?

Started by
0 comments, last by Arcus 23 years, 10 months ago
What is the easiest way to implement alpha blending in DirectDraw. I am currently working in 32 bit color mode, so the information for the alpha channel should be there. Does DirectDraw support alpha blending in 32 bit color mode? If not, is there an easy way to implement it? Thanks. Ar cu s
Arcus
Advertisement
DirectDraw doesn''t support alpha blending.

Most people are writing their own alpha blitters or using Direct3D sprites.

There are articles on this in the references area that you should go check out.


Calen

~freedom
Calen~freedom

This topic is closed to new replies.

Advertisement