| 2933 | |
| 2934 | ImPlot3DStyle& GetStyle() { return GImPlot3D->Style; } |
| 2935 | void SetStyle(const ImPlot3DStyle& style) { GImPlot3D->Style = style; } |
| 2936 | |
| 2937 | void StyleColorsAuto(ImPlot3DStyle* dst) { |
| 2938 | ImPlot3DStyle* style = dst ? dst : &ImPlot3D::GetStyle(); |
nothing calls this directly
no outgoing calls
no test coverage detected