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

Method GetTableSize

implot3d_internal.h:308–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306
307 inline const ImU32* GetTable(ImPlot3DColormap cmap) const { return &Tables[TableOffsets[cmap]]; }
308 inline int GetTableSize(ImPlot3DColormap cmap) const { return TableSizes[cmap]; }
309 inline ImU32 GetTableColor(ImPlot3DColormap cmap, int idx) const { return Tables[TableOffsets[cmap] + idx]; }
310
311 inline ImU32 LerpTable(ImPlot3DColormap cmap, float t) const {

Callers 1

ShowMetricsWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected