| 3175 | } |
| 3176 | |
| 3177 | const char* GetColormapName(ImPlot3DColormap colormap) { |
| 3178 | ImPlot3DContext& gp = *GImPlot3D; |
| 3179 | return gp.ColormapData.GetName(colormap); |
| 3180 | } |
| 3181 | |
| 3182 | ImPlot3DColormap GetColormapIndex(const char* name) { |
| 3183 | ImPlot3DContext& gp = *GImPlot3D; |
no test coverage detected