Per pixel alpha blending?

BlitzMax Forums/BlitzMax Programming/Per pixel alpha blending?

Mr. Write Errors Man(Posted 2005) [#1]
Is there a way in BlitzMax to do per pixel alpha blending (other than doing it by hand, pixel by pixel)?

Solution needs to work with both DX and OpenGL driver.


ImaginaryHuman(Posted 2005) [#2]
SetBlend AlphaBlend.


Mr. Write Errors Man(Posted 2005) [#3]
DOH!

I forgot to use SetBlend in my per-pixel tests! :D

Thanks!