如何在python中读取像素颜色(不是从图像中读取)

时间:2019-09-02 18:09:11

标签: python pygame

我正在尝试使用pygame从python中的像素获取RGB值

无法从图像中的像素获取RGB

1 个答案:

答案 0 :(得分:1)

使用pygame.Surface.get_at((coordinateX, coordinateY))