| 320 | } |
| 321 | |
| 322 | void SetNextLineStyle(const ImVec4& col, float weight) { |
| 323 | ImPlotContext& gp = *GImPlot; |
| 324 | gp.NextItemData.Colors[ImPlotCol_Line] = col; |
| 325 | gp.NextItemData.LineWeight = weight; |
| 326 | } |
| 327 | |
| 328 | void SetNextFillStyle(const ImVec4& col, float alpha) { |
| 329 | ImPlotContext& gp = *GImPlot; |
no outgoing calls
no test coverage detected