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

Method SetBarColor

Rendering/Annotation/vtkBarChartActor.cxx:626–629  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

624
625//------------------------------------------------------------------------------
626void vtkBarChartActor::SetBarColor(int i, double r, double g, double b)
627{
628 this->LegendActor->SetEntryColor(i, r, g, b);
629}
630
631//------------------------------------------------------------------------------
632double* vtkBarChartActor::GetBarColor(int i)

Callers 2

SetBarColorFunction · 0.80
TestBarChartActorFunction · 0.80

Calls 1

SetEntryColorMethod · 0.80

Tested by 1

TestBarChartActorFunction · 0.64