Pygame is a set of Python modules designed for writing games. It is
written on top of the excellent SDL library. This allows you to create
fully featured games and multimedia programs in the python language. The
package is highly portable, with games running on Windows, MacOS, OS X,
BeOS, FreeBSD, IRIX, and Linux.
|
Color
pygame.Color(name): Return Color pygame.Color(r, g, b, a): Return
Color pygame.Color(rgbvalue): Return Color pygame object for color
representations
|
|
Overlay
pygame.Overlay(format, (width, height)): return Overlay pygame
object for video overlay graphics
|
|
PixelArray
pygame.PixelArray(Surface): return PixelArray pygame object for
direct pixel access of surfaces
|
|
Rect
pygame.Rect(left, top, width, height): return Rect
pygame.Rect((left, top), (width, height)): return Rect
pygame.Rect(object): return Rect pygame object for storing
rectangular coordinates
|
|
Surface
pygame.Surface((width, height), flags=0, depth=0, masks=None):
return Surface pygame.Surface((width, height), flags=0, Surface):
return Surface pygame object for representing images
|
|
SurfaceType
pygame.Surface((width, height), flags=0, depth=0, masks=None):
return Surface pygame.Surface((width, height), flags=0, Surface):
return Surface pygame object for representing images
|
|
error
|