MCPcopy Create free account
hub / github.com/SatDump/SatDump / GetColormapColor

Function GetColormapColor

src-core/imgui/implot/implot.cpp:4572–4574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4570}
4571
4572ImVec4 GetColormapColor(int idx, ImPlotColormap cmap) {
4573 return ImGui::ColorConvertU32ToFloat4(GetColormapColorU32(idx,cmap));
4574}
4575
4576ImU32 SampleColormapU32(float t, ImPlotColormap cmap) {
4577 ImPlotContext& gp = *GImPlot;

Callers 3

Demo_ScatterPlotsFunction · 0.85
Demo_ErrorBarsFunction · 0.85
Demo_TablesFunction · 0.85

Calls 1

GetColormapColorU32Function · 0.85

Tested by

no test coverage detected