MCPcopy Create free account
hub / github.com/cginternals/glbinding / glColor4ub

Function glColor4ub

source/glbinding/source/gl/functions_c.cpp:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
437{
438 return glbinding::Binding::Color4ub(red, green, blue, alpha);
439}
440
441void glColor4ubv(const GLubyte * v)
442{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected