Exemplo n.º 1
0
 def getpixel(self, x: 'int', y: 'int') -> "int":
     return _pylogilcd.surface_getpixel(self, x, y)
Exemplo n.º 2
0
 def getpixel(self, x, y):
     return _pylogilcd.surface_getpixel(self, x, y)