Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ ToImColor
Function
ToImColor
SampleFramework12/v1.00/ImGuiHelper.h:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
inline ImColor ToImColor(Float3 v)
46
{
47
return ImColor(v.x, v.y, v.z);
48
}
49
50
inline ImColor ToImColor(Float4 v)
51
{
Callers
1
Update
Method · 0.85
Calls
1
ImColor
Class · 0.85
Tested by
no test coverage detected