Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseA11ySettings
Function · 0.85
Calls
2
RGBA
Class · 0.85
parseInt
Function · 0.70
Tested by
no test coverage detected