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

Function GetColormapIndex

implot3d.cpp:3182–3185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetIndexMethod · 0.80

Tested by

no test coverage detected