| 3170 | } |
| 3171 | |
| 3172 | int GetColormapCount() { |
| 3173 | ImPlot3DContext& gp = *GImPlot3D; |
| 3174 | return gp.ColormapData.Count; |
| 3175 | } |
| 3176 | |
| 3177 | const char* GetColormapName(ImPlot3DColormap colormap) { |
| 3178 | ImPlot3DContext& gp = *GImPlot3D; |
no outgoing calls
no test coverage detected