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

Re: [pygame] Fill a Rect object with color?



I don't think rect objects were meant for that.  You could go:

rect = a rect object
pygame.draw.rect(surface,color,rect,0)

Ian