!7 p { RGB last = null; while licensed { sleep(100); Point p = mouseLocation(); RGB rgb = shootScreen(new Rect(p.x, p.y, 1, 1)).getPixel(0, 0); if (neq(rgb, last)) { last = rgb; print(p.x + "/" + p.y + ": " + rgb + " " + formatDouble(rgb.getBrightness(), 2)); consoleStatus(str(rgb)); } } }