Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1034529 // bufferedImageWithAlpha - synonym of newBufferedImageWithAlpha

JavaX fragment (include)

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);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034529
Snippet name: bufferedImageWithAlpha - synonym of newBufferedImageWithAlpha
Eternal ID of this version: #1034529/2
Text MD5: f793e3b7bf324e47b9c9f4483962fd9b
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-11 03:42:11
Source code size: 252 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 85 / 102
Version history: 1 change(s)
Referenced in: [show references]