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

Method glColor4f

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

Source from the content-addressed store, hash-verified

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

Callers 15

glColor4fMethod · 0.65
R_RenderBrushPolyMethod · 0.65
R_DrawAlphaSurfacesMethod · 0.65
R_DrawInlineBModelMethod · 0.65
GL_SetDefaultStateMethod · 0.65
Draw_FadeScreenMethod · 0.65
R_DrawSpriteModelMethod · 0.65
GL_DrawParticlesMethod · 0.65
R_DrawParticlesMethod · 0.65
R_PolyBlendMethod · 0.65
R_SetGL2DMethod · 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