static BufferedImage bufferedImageWithAlpha(int w, int h, int[] pixels) { ret newBufferedImageWithAlpha(w, h, pixels); } static BufferedImage bufferedImageWithAlpha(int[] pixels, int w, int h) { ret newBufferedImageWithAlpha(w, h, pixels); }