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

8
LINES

< > BotCompany Repo | #1014977 // renderBackgroundPlusPolys_withHints

JavaX fragment (include)

static BufferedImage renderBackgroundPlusPolys_withHints(int w, int h, BackgroundPlus<PolygonWithColor> s) {
  BufferedImage bi = renderBackgroundPlusPolys(w, h, s);
  Graphics2D g = imageGraphics(bi);
  for (PolygonWithColor e : s.things)
    drawPolygon(g, e.points, colorWithAlpha(0.5, Color.black));
  g.dispose();
  ret bi;
}

Author comment

Began life as a copy of #1014969

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1014977
Snippet name: renderBackgroundPlusPolys_withHints
Eternal ID of this version: #1014977/1
Text MD5: 796594a471c2a6e4792445a4d23e6686
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-06 19:39:27
Source code size: 337 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 356 / 393
Referenced in: [show references]