颜色值 = screen.get_color(横坐标, 纵坐标)
获取屏幕上某个坐标点的颜色
local c = screen.get_color(512, 133) print(c) if c=='0xffffff' then print("512, 133 这个点是纯白色") end