MCPcopy Create free account
hub / github.com/brenocq/implot3d / SetStyle

Function SetStyle

implot3d.cpp:2935–2935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2933
2934ImPlot3DStyle& GetStyle() { return GImPlot3D->Style; }
2935void SetStyle(const ImPlot3DStyle& style) { GImPlot3D->Style = style; }
2936
2937void StyleColorsAuto(ImPlot3DStyle* dst) {
2938 ImPlot3DStyle* style = dst ? dst : &ImPlot3D::GetStyle();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected