| 3236 | } |
| 3237 | |
| 3238 | ImVec4 GetColormapColor(int idx, ImPlot3DColormap cmap) { return ImGui::ColorConvertU32ToFloat4(GetColormapColorU32(idx, cmap)); } |
| 3239 | |
| 3240 | ImU32 SampleColormapU32(float t, ImPlot3DColormap cmap) { |
| 3241 | ImPlot3DContext& gp = *GImPlot3D; |
no test coverage detected