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

Function GetStyleColorU32

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

Source from the content-addressed store, hash-verified

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
3142ImPlot3DMarker NextMarker() {
3143 ImPlot3DContext& gp = *GImPlot3D;

Callers 9

ShowLegendEntriesFunction · 0.85
RenderLegendFunction · 0.85
RenderMousePosFunction · 0.85
RenderPlotBorderFunction · 0.85
RenderTickMarksFunction · 0.85
RenderTickLabelsFunction · 0.85
RenderAxisLabelsFunction · 0.85
SetupLockFunction · 0.85
PlotTextFunction · 0.85

Calls 1

GetStyleColorVec4Function · 0.85

Tested by

no test coverage detected