Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ glColor3ub
Method
glColor3ub
client/src/main/java/jake2/client/render/opengl/QGL.java:33–33 ·
view source on GitHub ↗
(byte red, byte green, byte blue)
Source
from the content-addressed store, hash-verified
31
void
glColor3f(float red, float green, float blue);
32
33
void
glColor3ub(byte red, byte green, byte blue);
34
35
void
glColor4f(float red, float green, float blue, float alpha);
36
Callers
2
glColor3ub
Method · 0.65
Draw_Fill
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