MCPcopy Create free account
hub / github.com/brenocq/implot3d / GetColormapName

Function GetColormapName

implot3d.cpp:3177–3180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

DemoCustomPerPointStyleFunction · 0.85
ShowStyleEditorFunction · 0.85

Calls 1

GetNameMethod · 0.80

Tested by

no test coverage detected