Libraryless. Click here for Pure Java version (3381L/20K).
1 | sclass BackgroundPlusBoxes {
|
2 | RGB background; |
3 | new L<BoxWithColor> boxes; |
4 | |
5 | *() {}
|
6 | *(RGB *background, BoxWithColor... boxes) { this.boxes = asList(boxes); }
|
7 | *(RGB *background, L<BoxWithColor> *boxes) {}
|
8 | *(Color background, L<BoxWithColor> *boxes) { this.background = RGB(background); }
|
9 | } |
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: | #1014950 |
| Snippet name: | BackgroundPlusBoxes |
| Eternal ID of this version: | #1014950/2 |
| Text MD5: | f50ba19febe92919218499045bb51dda |
| Transpilation MD5: | dd6c5f0c1750ddd2b6e57f257b9a6872 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-01-06 19:31:20 |
| Source code size: | 306 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 701 / 1371 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |