标签: python pygame
我正在尝试使用pygame从python中的像素获取RGB值
无法从图像中的像素获取RGB
答案 0 :(得分:1)
使用pygame.Surface.get_at((coordinateX, coordinateY))
pygame.Surface.get_at((coordinateX, coordinateY))