MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / parseColor

Function parseColor

TheForceEngine/TFE_System/iniParser.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 RGBA parseColor(const char* value)
29 {
30 s32 v = parseInt(value);
31 return RGBA(v);
32 }
33
34 // Write functions
35 void writeHeader(FileStream& file, const char* section)

Callers 1

parseA11ySettingsFunction · 0.85

Calls 2

RGBAClass · 0.85
parseIntFunction · 0.70

Tested by

no test coverage detected