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

7
LINES

< > BotCompany Repo | #1015018 // renderBackgroundPlusLines_withHints

JavaX fragment (include)

static BufferedImage renderBackgroundPlusLines_withHints(int w, int h, BackgroundPlus<LineWithColor> s) {
  BufferedImage bi = renderBackgroundPlusLines(w, h, s);
  RGBImage img = new RGBImage(bi);
  for (LineWithColor e : s.things)
    rgbMarkPoints(img, Color.white, 1, e.a, e.b);
  ret rgbUncache(img).getBufferedImage();
}

Author comment

Began life as a copy of #1015017

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: #1015018
Snippet name: renderBackgroundPlusLines_withHints
Eternal ID of this version: #1015018/6
Text MD5: 1739a67483610c30965e67ebc6886b77
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-06 23:54:32
Source code size: 332 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 304 / 345
Version history: 5 change(s)
Referenced in: [show references]