MCPcopy 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
196bool parseColorString(const std::string& str, fvec4& color) {
197 return parseColorCString(str.c_str(), color);
198}
199
200
201bool parseColorStream(std::istream& input, fvec4& color) {

Callers 14

updateVariableMethod · 0.85
colorByVariableMethod · 0.85
drawMirrorMethod · 0.85
setupFogMethod · 0.85
getSkyColorMethod · 0.85
setMethod · 0.85
drawGroundMethod · 0.85
setTeamColorFunction · 0.85
setRadarColorFunction · 0.85
GetColorMethod · 0.85
parseColorStreamFunction · 0.85

Calls 2

parseColorCStringFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected