(String attr, Color what)
| 342 | |
| 343 | |
| 344 | static public void setColor(String attr, Color what) { |
| 345 | set(attr, "#" + PApplet.hex(what.getRGB() & 0xffffff, 6)); //$NON-NLS-1$ |
| 346 | } |
| 347 | |
| 348 | |
| 349 | // Identical version found in Settings.java |
no test coverage detected