MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / NextColormapColor

Function NextColormapColor

Source/3rdParty/implot/implot.cpp:4633–4635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4631}
4632
4633ImVec4 NextColormapColor() {
4634 return ImGui::ColorConvertU32ToFloat4(NextColormapColorU32());
4635}
4636
4637int GetColormapSize(ImPlotColormap cmap) {
4638 ImPlotContext& gp = *GImPlot;

Callers 1

Demo_CustomStylesFunction · 0.85

Calls 1

NextColormapColorU32Function · 0.85

Tested by

no test coverage detected