Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4633
ImVec4 NextColormapColor() {
4634
return ImGui::ColorConvertU32ToFloat4(NextColormapColorU32());
4635
}
4636
4637
int GetColormapSize(ImPlotColormap cmap) {
4638
ImPlotContext& gp = *GImPlot;
Callers
1
Demo_CustomStyles
Function · 0.85
Calls
1
NextColormapColorU32
Function · 0.85
Tested by
no test coverage detected