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

6
LINES

< > BotCompany Repo | #1035587 // rgbIntToHi15

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

Libraryless. Click here for Pure Java version (9408L/51K).

static short rgbIntToHi15(int rgb) {
  int r = (rgb >> 16) & 0xFF;
  int g = (rgb >> 8) & 0xFF;
  int b = rgb & 0xFF;
  ret rgbToHi15(r, g, b);
}

Author comment

Began life as a copy of #1035586

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035587
Snippet name: rgbIntToHi15
Eternal ID of this version: #1035587/5
Text MD5: e29baeb46d385080b86b711d0b566c91
Transpilation MD5: 572b924368f231180968ae4de7ff490a
Author: stefan
Category: javax / imaging
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-08-05 22:23:55
Source code size: 152 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 100 / 131
Version history: 4 change(s)
Referenced in: [show references]