MCPcopy Create free account
hub / github.com/Kitware/VTK / SetPlotColor

Function SetPlotColor

Rendering/Annotation/vtkSpiderPlotActor.h:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 */
184 void SetPlotColor(int i, double r, double g, double b);
185 void SetPlotColor(int i, const double color[3])
186 {
187 this->SetPlotColor(i, color[0], color[1], color[2]);
188 }
189 double* GetPlotColor(int i);
190 ///@}
191

Callers

nothing calls this directly

Calls 1

SetPlotColorMethod · 0.45

Tested by

no test coverage detected