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

Function GetColormapCount

implot3d.cpp:3172–3175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

DemoCustomPerPointStyleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected