MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / setColor

Method setColor

src/Font.cpp:545–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545void TextCache::setColor(unsigned int color)
546{
547 Renderer::buildGLColorArray(const_cast<GLubyte*>(colors), color, vertCount);
548}

Callers 1

buildTextCacheMethod · 0.45

Calls 1

buildGLColorArrayFunction · 0.85

Tested by

no test coverage detected