static RGB colorAtMousePointer() { Point p = mouseLocation(); ret shootScreen(new Rect(p.x, p.y, 1, 1)).getPixel(0, 0); }