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

Function SetBarColor

Rendering/Annotation/vtkBarChartActor.h:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 */
118 void SetBarColor(int i, double r, double g, double b);
119 void SetBarColor(int i, const double color[3])
120 {
121 this->SetBarColor(i, color[0], color[1], color[2]);
122 }
123 double* GetBarColor(int i);
124 ///@}
125

Callers

nothing calls this directly

Calls 1

SetBarColorMethod · 0.80

Tested by

no test coverage detected