Libraryless. Click here for Pure Java version (9462L/52K).
1  | meta-for Graphics2D also as BufferedImage {
 | 
2  |   svoid drawPixelSet(Graphics2D img, IPixelSet pixelSet, Color color) {
 | 
3  | if (pixelSet != null)  | 
4  | drawPixels(img, pixelSet.pixelIterator(), color);  | 
5  | }  | 
6  | }  | 
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: | 364 / 475 | 
| Referenced in: | [show references] |