1 | static BufferedImage renderBackgroundPlusLines_withHints(int w, int h, BackgroundPlus<LineWithColor> s) { |
2 | BufferedImage bi = renderBackgroundPlusLines(w, h, s); |
3 | RGBImage img = new RGBImage(bi); |
4 | for (LineWithColor e : s.things) |
5 | rgbMarkPoints(img, Color.white, 1, e.a, e.b); |
6 | ret rgbUncache(img).getBufferedImage(); |
7 | } |
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: | 375 / 414 |
Version history: | 5 change(s) |
Referenced in: | [show references] |