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

Function GetColormapName

Source/3rdParty/implot/implot.cpp:4589–4592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4587}
4588
4589const char* GetColormapName(ImPlotColormap colormap) {
4590 ImPlotContext& gp = *GImPlot;
4591 return gp.ColormapData.GetName(colormap);
4592}
4593
4594ImPlotColormap GetColormapIndex(const char* name) {
4595 ImPlotContext& gp = *GImPlot;

Callers 2

Demo_HeatmapsFunction · 0.85
ShowStyleEditorFunction · 0.85

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected