MCPcopy Create free account
hub / github.com/SpecialKO/SpecialK / SetNextLineStyle

Function SetNextLineStyle

depends/src/implot/implot_items.cpp:322–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

Demo_SubplotsSizingFunction · 0.85
Demo_DragPointsFunction · 0.85
Demo_DragLinesFunction · 0.85
Demo_DragAndDropFunction · 0.85
Demo_LegendPopupsFunction · 0.85
SparklineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected