Libraryless. Click here for Pure Java version (2693L/17K).
static L<Int> rgbToIntList(RGB rgb) { ret rgb == null ? null : ll(rgb.redInt(), rgb.greenInt(), rgb.blueInt()); }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029795 |
| Snippet name: | rgbToIntList |
| Eternal ID of this version: | #1029795/1 |
| Text MD5: | b26e90866b9a0e98a99e9a093036ef7e |
| Transpilation MD5: | 02210797b032a4c40255cb3b8b25ec3f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-09-17 12:29:40 |
| Source code size: | 117 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 433 / 558 |
| Referenced in: | [show references] |