Transparency

BlitzMax Forums/BlitzMax Beginners Area/Transparency

mudcat(Posted 2005) [#1]
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


EOF(Posted 2005) [#2]
(* EDIT .. misinterpreted post)

Try
SetBlend MASKBLEND
before drawing the image.


ImaginaryHuman(Posted 2005) [#3]
If you paint black pixels likelyhood is that they are now solid pixels not transparent ones?

And you'd need Setblend MaskBlend


mudcat(Posted 2005) [#4]
O.K. guys,
That helped thaks a bunch
mudcat