(String name, int color)
| 1292 | |
| 1293 | |
| 1294 | public void attribColor(String name, int color) { |
| 1295 | showMissingWarning("attrib"); |
| 1296 | } |
| 1297 | |
| 1298 | |
| 1299 | public void attrib(String name, float... values) { |
nothing calls this directly
no test coverage detected