AlphaEdgeBlend under DirectDraw

Started by
1 comment, last by croaton 21 years, 10 months ago
I want to use the AlphaEdgeBlend under DirectDraw, but i don''t have any idea, what the meaning of the two parameters "dwAlphaEdgeBlend" and "dwAlphaEdgeBlendBitDepth" is. Please Help croaton
Advertisement
Umm... I think alpha was never implemented in DirectDraw. Am I wrong
about this?

Joakim Asplund
http://megajocke.cjb.net
Joakim Asplundhttp://megajocke.y2.org
quote:Original post by croaton
I want to use the AlphaEdgeBlend under DirectDraw,
but i don''t have any idea, what the meaning of the two parameters
"dwAlphaEdgeBlend"
and
"dwAlphaEdgeBlendBitDepth"
is.

Please Help

croaton


Although the functionality for alpha was implemented in direct draw, it''s implementation never was added. Therefore these parameters won''t be of any use to you. In order to alphablend in direct draw you have to do the entire thing yourself in software.

This topic is closed to new replies.

Advertisement