| 1 | static T3<Int> rgbToIntTriple(RGB rgb) {
 | 
| 2 | ret rgb == null ? null : t3(rgb.redInt(), rgb.greenInt(), rgb.blueInt()); | 
| 3 | } | 
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: | 522 / 521 | 
| Referenced in: | [show references] |