Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ parseColorString
Function
parseColorString
src/common/ParseColor.cpp:196–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
195
196
bool parseColorString(const std::string& str, fvec4& color) {
197
return parseColorCString(str.c_str(), color);
198
}
199
200
201
bool parseColorStream(std::istream& input, fvec4& color) {
Callers
14
updateVariable
Method · 0.85
colorByVariable
Method · 0.85
drawMirror
Method · 0.85
setupFog
Method · 0.85
getSkyColor
Method · 0.85
set
Method · 0.85
drawGround
Method · 0.85
drawAdvancedGroundReceivers
Method · 0.85
setTeamColor
Function · 0.85
setRadarColor
Function · 0.85
GetColor
Method · 0.85
parseColorStream
Function · 0.85
Calls
2
parseColorCString
Function · 0.85
c_str
Method · 0.80
Tested by
no test coverage detected