MCPcopy Create free account
hub / github.com/brenocq/implot3d / GetStyleColorVec4

Function GetStyleColorVec4

implot3d.cpp:3138–3138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3136}
3137
3138ImVec4 GetStyleColorVec4(ImPlot3DCol idx) { return IsColorAuto(idx) ? GetAutoColor(idx) : GImPlot3D->Style.Colors[idx]; }
3139
3140ImU32 GetStyleColorU32(ImPlot3DCol idx) { return ImGui::ColorConvertFloat4ToU32(ImPlot3D::GetStyleColorVec4(idx)); }
3141

Callers 4

RenderPlotBackgroundFunction · 0.85
RenderGridFunction · 0.85
GetStyleColorU32Function · 0.85
GetAutoColorFunction · 0.85

Calls 2

IsColorAutoFunction · 0.85
GetAutoColorFunction · 0.85

Tested by

no test coverage detected