static RGBImage rgbShootScreen() ctex { ret shootScreen(); } static RGBImage rgbShootScreen(Rectangle area) ctex { return shootScreen(area); } static RGBImage rgbShootScreen(Rect area) { return shootScreen(area); } static RGBImage rgbShootScreen(int x, int y, int w, int h) { ret rgbShootScreen(new Rect(x, y, w, h)); }