MCPcopy 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
45inline ImColor ToImColor(Float3 v)
46{
47 return ImColor(v.x, v.y, v.z);
48}
49
50inline ImColor ToImColor(Float4 v)
51{

Callers 1

UpdateMethod · 0.85

Calls 1

ImColorClass · 0.85

Tested by

no test coverage detected