static BufferedImage renderBackgroundPlusPolys(int w, int h, BackgroundPlus<PolygonWithColor> s) { BufferedImage bi = newBufferedImage(w, h, toColor(s.background)); Graphics2D g = imageGraphics(bi); for (PolygonWithColor e : s.things) fillPolygon(g, e.points, toColor(e.color)); g.dispose(); ret bi; }
Began life as a copy of #1014951
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: | #1014969 |
Snippet name: | renderBackgroundPlusPolys |
Eternal ID of this version: | #1014969/4 |
Text MD5: | fa0bb40c255ed6464ee4164e4490d290 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-08 01:28:44 |
Source code size: | 322 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 442 / 455 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1014977 - renderBackgroundPlusPolys_withHints #1014982 - renderBackgroundPlusCircles - TODO: could just call renderOn()!? #1015001 - renderBackgroundPlusRoundedBoxes |