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

3
LINES

< > BotCompany Repo | #1024560 // rgbToIntTriple

JavaX fragment (include)

static T3<Int> rgbToIntTriple(RGB rgb) {
  ret rgb == null ? null : t3(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: #1024560
Snippet name: rgbToIntTriple
Eternal ID of this version: #1024560/1
Text MD5: 2cb4674f021514336f73e90b622b5b36
Author: stefan
Category: javax / imaging
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-18 13:37:32
Source code size: 120 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 185 / 213
Referenced in: [show references]