MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / parseColorStream

Function parseColorStream

src/common/ParseColor.cpp:201–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200
201bool parseColorStream(std::istream& input, fvec4& color) {
202 std::string line;
203 std::getline(input, line);
204 input.putback('\n');
205
206 return parseColorString(line, color);
207}
208
209
210//============================================================================//

Callers 3

readMethod · 0.85
parseMaterialsFunction · 0.85
readMethod · 0.85

Calls 1

parseColorStringFunction · 0.85

Tested by

no test coverage detected