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