[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Howto blit a mask



Hi there,

when I click on the image, I wanna add a light yellow mask on it, so we can still see the image, with a half-transparent cover. And if I re-click, the mask is removed.

Could I just use blit() to do this?

Thanks in advance.
CC