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

Function SetPieceColor

Rendering/Annotation/vtkPieChartActor.h:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 */
125 void SetPieceColor(int i, double r, double g, double b);
126 void SetPieceColor(int i, const double color[3])
127 {
128 this->SetPieceColor(i, color[0], color[1], color[2]);
129 }
130 double* GetPieceColor(int i);
131 ///@}
132

Callers

nothing calls this directly

Calls 1

SetPieceColorMethod · 0.80

Tested by

no test coverage detected