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

Re: [pygame] Partially Transparent Color-Dynamic Rectangles



Ian Mallett wrote:
I also added the surface.set_alpha() function.

Since the bars are against a dark background, they look too dark. Is there a way to increase the brightness of all the pixels or something, but still show the transparency?
Increase the RGB values before you fill the surface. < RGB = closer to white = brighter.


Ian