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