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

[pygame] Transparency and pygame.draw



Hi all.

Is possible to get transparency using primitive pygame.draw functions?

For me something like...
pygame.draw.ellipse(screen, (0, 127, 0, 140), (300, 150, 80, 40), 0)
... where the color is given with a rgb+alpha value, simply doesn't work.

-- 
-- luca