static Color blendColor(Color a, Color b, double bish) { ret blendColors(a, b, bish); } static Color blendColor(double bish, Color a, Color b) { ret blendColors(a, b, bish); }
Began life as a copy of #1007920
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1008003 |
| Snippet name: | blendColor - synonym of blendColors |
| Eternal ID of this version: | #1008003/2 |
| Text MD5: | f8f879ef4cac41d4a91d1fa07164bfae |
| Author: | stefan |
| Category: | javax / imaging |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-08-20 17:11:28 |
| Source code size: | 186 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 756 / 805 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |