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