Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ getRedF
Method
getRedF
TheForceEngine/TFE_System/iniParser.h:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
f32 getAlphaF() { return getAlpha() / 255.0f; }
27
f32 getRedF() { return getRed() / 255.0f; }
28
f32 getGreenF() { return getGreen() / 255.0f; }
29
f32 getBlueF() { return getBlue() / 255.0f; }
30
Callers
2
DrawRGBFields
Function · 0.80
drawCaptions
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected