Libraryless. Click here for Pure Java version (9462L/52K).
meta-for Graphics2D also as BufferedImage {
svoid drawPixelSet(Graphics2D img, IPixelSet pixelSet, Color color) {
if (pixelSet != null)
drawPixels(img, pixelSet.pixelIterator(), color);
}
}download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
| Snippet ID: | #1036065 |
| Snippet name: | drawPixelSet |
| Eternal ID of this version: | #1036065/1 |
| Text MD5: | 6440b41d0f27e45e740e86e53d773f96 |
| Transpilation MD5: | aa08732a07838a5dc99fcd3ebeda468d |
| Author: | stefan |
| Category: | javax / imaging |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-09-05 01:58:51 |
| Source code size: | 208 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 356 / 468 |
| Referenced in: | [show references] |