i just new to libgdx and trying to understand the example code, the following code sets the bg color
Gdx.gl.glClear(GL10.GL_COLOR_BUFFER_BIT); Gdx.gl.glClearColor(60,181,00,0f); my expected color is green, R:60 Green:181 B:0, but the about code show me yellow color in my android app, anything i'm doing wrong?