Libraryless. Click here for Pure Java version (148L/1K).
1 | svoid setPixel(BufferedImage img, Pt etc p, Color color) { |
2 | img?.setRGB(p.x, p.y, colorToIntOpaque(color)); |
3 | } |
4 | |
5 | svoid setPixel(Graphics2D g, Pt etc p, Color color) { |
6 | g.setColor(color); |
7 | g.drawRect(p.x, p.y, 1, 1); |
8 | } |
Began life as a copy of #1025174
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1031353 |
Snippet name: | setPixel |
Eternal ID of this version: | #1031353/5 |
Text MD5: | d6d52253b761d7fa1e1ca32a39cfb177 |
Transpilation MD5: | 679834979f6eaadee4ef9c43a7770961 |
Author: | stefan |
Category: | javax / imaging |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-04-15 05:05:40 |
Source code size: | 225 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 275 / 414 |
Version history: | 4 change(s) |
Referenced in: | [show references] |