This is my first post on this forum, so hello everyone :)
I'm writing a game for the PSP, and I need to draw a image with a transparent color.
I want to draw brian, but the green color should just be skipped
http://img266.imageshack.us/img266/1777/briantq2.png
I followed a tutorial that showed me a simple draw function. Is there any other (better) way?
blitAlphaImageToScreen(0, 0,91 ,92, ball.image, ball.x, ball.y);
Draw transparent image to screen
-
- Posts: 18
- Joined: Thu Jul 26, 2007 9:02 pm