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

Method SetPlotColor

Rendering/Annotation/vtkSpiderPlotActor.cxx:885–888  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

883
884//------------------------------------------------------------------------------
885void vtkSpiderPlotActor::SetPlotColor(int i, double r, double g, double b)
886{
887 this->LegendActor->SetEntryColor(i, r, g, b);
888}
889
890//------------------------------------------------------------------------------
891double* vtkSpiderPlotActor::GetPlotColor(int i)

Callers

nothing calls this directly

Calls 1

SetEntryColorMethod · 0.80

Tested by

no test coverage detected