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

Method SetPieceColor

Rendering/Annotation/vtkPieChartActor.cxx:677–680  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

675
676//------------------------------------------------------------------------------
677void vtkPieChartActor::SetPieceColor(int i, double r, double g, double b)
678{
679 this->LegendActor->SetEntryColor(i, r, g, b);
680}
681
682//------------------------------------------------------------------------------
683double* vtkPieChartActor::GetPieceColor(int i)

Callers 2

SetPieceColorFunction · 0.80
TestPieChartActorFunction · 0.80

Calls 1

SetEntryColorMethod · 0.80

Tested by 1

TestPieChartActorFunction · 0.64