Brain Murphy wrote:
Is it possible to change the colour of a sprite starting at one end and finishing at the other?

You could do that sort of thing fairly easily using OpenGL,
but not with PyGame's builtin 2D drawing facilities, as far
as I know, except by using a series of images with different
gradients painted on them.

--
Greg

Reply via email to