(String name, int color)
| 1258 | |
| 1259 | |
| 1260 | public void attribColor(String name, int color) { |
| 1261 | showMissingWarning("attrib"); |
| 1262 | } |
| 1263 | |
| 1264 | |
| 1265 | public void attrib(String name, float... values) { |
nothing calls this directly
no test coverage detected