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