|
|
|
|
|
|
|
SDL_Surface
|
|
|
unsigned int
|
|
|
unsigned int
|
|
|
Rect
|
|
|
|
getPixelRGBA(self,
*args)
getPixelRGBA(self, int x, int y) |
source code
|
|
|
|
putPixel(self,
*args)
putPixel(self, int x, int y, int r, int g, int b, int a = 255) ->
bool putPixel(self, int x, int y, int r, int g, int b) -> bool |
source code
|
|
|
|
drawLine(self,
*args)
drawLine(self, Point p1, Point p2, int r, int g, int b, int a = 255)
drawLine(self, Point p1, Point p2, int r, int g, int b) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
drawQuad(self,
*args)
drawQuad(self, Point p1, Point p2, Point p3, Point p4, int r, int g, ... |
source code
|
|
|
|
|
|
|
pushClipArea(self,
*args)
pushClipArea(self, Rect cliparea, bool clear = True)
pushClipArea(self, Rect cliparea) |
source code
|
|
|
|
|
|
Rect
|
|
|
|
saveImage(self,
*args)
saveImage(self, string filename) |
source code
|
|
|
|
setAlphaOptimizerEnabled(self,
*args)
setAlphaOptimizerEnabled(self, bool enabled) |
source code
|
|
|
bool
|
|