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

Function SetForegroundColor

Interaction/Widgets/vtkImplicitConeRepresentation.h:216–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 void SetHandleColor(double c[3]) { this->SetHandleColor(c[0], c[1], c[2]); }
215 void SetForegroundColor(double, double, double);
216 void SetForegroundColor(double c[3]) { this->SetForegroundColor(c[0], c[1], c[2]); }
217 ///@}
218
219 ///@{

Callers

nothing calls this directly

Calls 1

SetForegroundColorMethod · 0.45

Tested by

no test coverage detected