MCPcopy Create free account
hub / github.com/demoth/jake2 / glColor3f

Method glColor3f

client/src/main/java/jake2/client/render/opengl/QGL.java:31–31  ·  view source on GitHub ↗
(float red, float green, float blue)

Source from the content-addressed store, hash-verified

29 void glClientActiveTextureARB(int texture);
30
31 void glColor3f(float red, float green, float blue);
32
33 void glColor3ub(byte red, byte green, byte blue);
34

Callers 7

glColor3fMethod · 0.65
R_DrawBrushModelMethod · 0.65
R_DrawWorldMethod · 0.65
Draw_FillMethod · 0.65
R_RenderDlightMethod · 0.65
R_RenderDlightsMethod · 0.65
R_DrawNullModelMethod · 0.65

Implementers 2

LwjglGLclient/src/main/java/jake2/client/rend
DummyGLclient/src/main/java/jake2/client/rend

Calls

no outgoing calls

Tested by

no test coverage detected