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

3
LINES

< > BotCompany Repo | #1029795 // rgbToIntList

JavaX fragment (include) [tags: use-pretranspiled]

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: 111 / 175
Referenced in: [show references]