(float red, float green, float blue, float alpha)
| 33 | void glColor3ub(byte red, byte green, byte blue); |
| 34 | |
| 35 | void glColor4f(float red, float green, float blue, float alpha); |
| 36 | |
| 37 | void glColor4ub(byte red, byte green, byte blue, byte alpha); |
| 38 |
no outgoing calls
no test coverage detected