Problems with SetBlend SOLIDBLEND

BlitzMax Forums/BlitzMax Beginners Area/Problems with SetBlend SOLIDBLEND

MRaven(Posted 2007) [#1]
Hi there,

I'm going slightly nuts right now.
I have a single PNG Image, not transparency. As long as I don't use SetBlend, everything is fine. But I want the image to fade in, so I use SetBlend ALPHABLEND for the oppacity. After that I set back to SOLIDBLEND, but when I draw the image with DrawImage it has pixel errors around the edges. As long as I dont switch back to SOLIDBLEND everything is fine. Any idea?

Cheers,
Michael


MRaven(Posted 2007) [#2]
Okay, got it. I used "FILTEREDIMAGE" as Image flag. Now it works... phew. ;)