gummworld2.subpixel
index
c:\cygwin64\home\bw\dev\python\dist\gummworld2\gamelib\gummworld2\subpixel.py

# Attribution: DR0ID
# Source: http://www.pygame.org/project-Sub-pixel+surface-413-.html
# No warranty provided by inclusion in Gummworld2.

 
Modules
       
pygame
sys

 
Classes
       
__builtin__.object
SubPixelSurface

 
class SubPixelSurface(__builtin__.object)
     Methods defined here:
__init__(self, surface, level=3)
Creates a sub pixel surface object.
 
surface -- A PyGame surface
x_level -- Number of sub-pixel levels in x
y_level -- Number of sub-pixel levels in y (same as x if omited)
at(self, x, y)
Gets a sub-pixel surface for a given coordinate.
 
x -- X coordinate
y -- Y coordinate

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        __all__ = ['SubPixelSurface']