Main Menu

"Alpha Or" Image Drawing

Started by Vee, May 11, 2009, 04:27:43 PM

Previous topic - Next topic

Vee

I hope I can explain this properly.

I have a FxImage, which has a MaskColour thats not drawn.
Now I want to draw an AFxImage onto that Image, but without overwriting the MaskColour (the transparent areas).
Is this possible?

kevin


  There's a few ways, but the most obvious is via creating a mask and simply overlaying it.

  Overwrite Pixels Without Changing MaskColour

Vee

Thanks for the answer!
This doesnt seem to work with AFx Images though, but thats not a big problem...