Libraryless. Click here for Pure Java version (31L/1K).
static int rgbAlpha(int rgb) { ret (rgb >> 24) & 0xFF; }
Began life as a copy of #1035252
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035290 |
| Snippet name: | rgbAlpha |
| Eternal ID of this version: | #1035290/1 |
| Text MD5: | 1b785b899339cf77c886e3a07741d9f0 |
| Transpilation MD5: | bd0d0ed052b5257ec7be3e42aa845c74 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-04-29 01:43:03 |
| Source code size: | 60 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 333 / 428 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1035291 - rgbAlphaZeroToOne |