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

3
LINES

< > BotCompany Repo | #1024557 // rgbFromInts

JavaX fragment (include)

static RGB rgbFromInts(int r, int g, int b) {
  ret RGB.newSafe(r/255f, g/255f, b/255f);
}

Author comment

Began life as a copy of #1024555

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: #1024557
Snippet name: rgbFromInts
Eternal ID of this version: #1024557/1
Text MD5: 63457041ba053e410ef89534d3b95498
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-18 13:14:13
Source code size: 94 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 163 / 200
Referenced in: [show references]