(float r, float g, float b, float a)
| 29 | } |
| 30 | |
| 31 | public static void color(float r, float g, float b, float a) { |
| 32 | handle.color(r, g, b, a); |
| 33 | } |
| 34 | |
| 35 | public static void color(float r, float g, float b) { |
| 36 | handle.color(r, g, b); |
no test coverage detected