MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / GetColormapColor

Function GetColormapColor

Source/3rdParty/implot/implot.cpp:4652–4654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4650}
4651
4652ImVec4 GetColormapColor(int idx, ImPlotColormap cmap) {
4653 return ImGui::ColorConvertU32ToFloat4(GetColormapColorU32(idx,cmap));
4654}
4655
4656ImU32 SampleColormapU32(float t, ImPlotColormap cmap) {
4657 ImPlotContext& gp = *GImPlot;

Callers 4

Demo_ScatterPlotsFunction · 0.85
Demo_ErrorBarsFunction · 0.85
Demo_SubplotsSizingFunction · 0.85
Demo_TablesFunction · 0.85

Calls 1

GetColormapColorU32Function · 0.85

Tested by

no test coverage detected