Reputation: 1
I'm trying to get a value of RGB from a pixel in python using pygame
not getting the RGB from pixels in an image
Upvotes: -1
Views: 98
Reputation: 127
Use pygame.Surface.get_at((coordinateX, coordinateY))
pygame.Surface.get_at((coordinateX, coordinateY))
Upvotes: 0