(PImage tex)
| 2410 | |
| 2411 | |
| 2412 | public void setTexture(PImage tex) { |
| 2413 | if (openShape) { |
| 2414 | PGraphics.showWarning(INSIDE_BEGIN_END_ERROR, "setTexture()"); |
| 2415 | return; |
| 2416 | } |
| 2417 | |
| 2418 | image = tex; |
| 2419 | } |
| 2420 | |
| 2421 | |
| 2422 | public int getFill(int index) { |
no test coverage detected