1 | static RGBImage rgbClipLineRange(int y1, int y2, RGBImage r) { |
2 | if (r == null) null; |
3 | ret clipRGBImage(r, lineRangeClip(r.w(), y1, y2); |
4 | } |
5 | |
6 | static RGBImage rgbClipLineRange(RGBImage r, int y1, int y2) { |
7 | ret rgbClipLineRange(y1, y2, r); |
8 | } |
Began life as a copy of #1019201
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019206 |
Snippet name: | rgbClipLineRange |
Eternal ID of this version: | #1019206/3 |
Text MD5: | 0008eaf88706aee40e13d71b70197339 |
Author: | stefan |
Category: | javax / image processing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-27 21:10:22 |
Source code size: | 247 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 284 / 344 |
Version history: | 2 change(s) |
Referenced in: | [show references] |