static RGBImage rgbImage(Color color, int w, int h) { ret new RGBImage(w, h, color); } static RGBImage rgbImage(int color, int w, int h) { ret new RGBImage(w, h, new RGB(color)); }