Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
glColor3f
Method · 0.65
R_DrawBrushModel
Method · 0.65
R_DrawWorld
Method · 0.65
Draw_Fill
Method · 0.65
R_RenderDlight
Method · 0.65
R_RenderDlights
Method · 0.65
R_DrawNullModel
Method · 0.65
Implementers
2
LwjglGL
client/src/main/java/jake2/client/rend
DummyGL
client/src/main/java/jake2/client/rend
Calls
no outgoing calls
Tested by
no test coverage detected