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

Re: [pygame] Questions about surface with alpha channel



John Eriksson wrote:
But can you pass an RGBA value to the fill method? In the document it
says RGB I think.

All the "RGB" type arguments can accept RGBA. If you only pass RGB then the alpha is assumed to be opaque.