Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
545
void TextCache::setColor(unsigned int color)
546
{
547
Renderer::buildGLColorArray(const_cast<GLubyte*>(colors), color, vertCount);
548
}
Callers
1
buildTextCache
Method · 0.45
Calls
1
buildGLColorArray
Function · 0.85
Tested by
no test coverage detected