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

Function SetForegroundColor

Interaction/Widgets/vtkCurveRepresentation.h:237–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 void SetInteractionColor(double c[3]) { this->SetInteractionColor(c[0], c[1], c[2]); }
236 void SetForegroundColor(double, double, double);
237 void SetForegroundColor(double c[3]) { this->SetForegroundColor(c[0], c[1], c[2]); }
238 ///@}
239
240 /*

Callers

nothing calls this directly

Calls 1

SetForegroundColorMethod · 0.45

Tested by

no test coverage detected