Re: [pygame] question about transparent surfaces and alpha-value

2008-09-24 Thread claudio canepa
sorry, the blit musty be tmp.blit(surf, (0,0), surf.get_rect(), BLEND_RGBA_MULT) -- claxo On Wed, Sep 24, 2008 at 2:58 AM, claudio canepa [EMAIL PROTECTED] wrote: something like: def get_alphaed( surf, alpha): tmp = Pygame.Surface( surf.get_size(), SRCALPHA, 32) tmp.fill(

Re: [pygame] question about transparent surfaces and alpha-value

2008-09-24 Thread kschnee
Hi List, just want to make sure i got this right, please correct me if i'm wrong: if i have a jpg-file, i can set the transparency with the command pygame.Surface.set_alpha(alpha-value). but if i hav a .png-file with already transparent background, i can not set the alpha-value of

Re: [pygame] question about transparent surfaces and alpha-value

2008-09-24 Thread Horst JENS
thanks for the advice, i updated the code at http://www.spielend-programmieren.at/wiki/doku.php?id=code:colordemo1.py -Horst signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: [pygame] Good code for text wrapping?

2008-09-24 Thread René Dudfield
hey, would you like to work with me in creating something for inclusion in pygame? This would mean working out a simple api, making docs, examples, and unittests. Something basic that we can have a look at, for adding the most easy and useful features. We can try and avoid most of the tricky