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

Function GetColormapCount

Source/3rdParty/implot/implot.cpp:4584–4587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4582}
4583
4584int GetColormapCount() {
4585 ImPlotContext& gp = *GImPlot;
4586 return gp.ColormapData.Count;
4587}
4588
4589const char* GetColormapName(ImPlotColormap colormap) {
4590 ImPlotContext& gp = *GImPlot;

Callers 2

Demo_HeatmapsFunction · 0.85
Demo_ColormapWidgetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected