No MaskImage

BlitzPlus Forums/BlitzPlus Programming/No MaskImage

FredSteph(Posted 2003) [#1]
I want no MaskImage ( black is by default !)

How can i do ?

Thanks

Frederic


CyBeRGoth(Posted 2003) [#2]
If you dont want an image to be masked, use DrawBlock instead of DrawImage

Well thats how it works in Blitz2D, so I think it should be the same in Blitz+ :)


okee(Posted 2003) [#3]
Could you elaborate ?

If you want to use black as a colour then set the MaskImage of the image to another colour.

okee