Transparency

BlitzMax Forums/BlitzMax Beginners Area/Transparency

I'm using a image that was originally a gif.I loaded it into windows paint,filled black around it and saved it as png.Now the black is not transparent.Any pointers?

Thanks,
mudcat

(* EDIT .. misinterpreted post)

Try
SetBlend MASKBLEND
before drawing the image.

If you paint black pixels likelyhood is that they are now solid pixels not transparent ones?

And you'd need Setblend MaskBlend

O.K. guys,
That helped thaks a bunch
mudcat