| 3180 | } |
| 3181 | |
| 3182 | ImPlot3DColormap GetColormapIndex(const char* name) { |
| 3183 | ImPlot3DContext& gp = *GImPlot3D; |
| 3184 | return gp.ColormapData.GetIndex(name); |
| 3185 | } |
| 3186 | |
| 3187 | void PushColormap(ImPlot3DColormap colormap) { |
| 3188 | ImPlot3DContext& gp = *GImPlot3D; |