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

Function glColor4b

source/glbinding/source/gl/functions_c.cpp:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366void glColor4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
367{
368 return glbinding::Binding::Color4b(red, green, blue, alpha);
369}
370
371void glColor4bv(const GLbyte * v)
372{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected