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