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

Re: [pygame] "tint" a surface?



Based on your suggestion I tried
surface.fill(color, special_flags=BLEND_RGB_MULT)

And actually, it's working great.  From four lines to one, nice.

Thanks for the tip!