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

Function SetForegroundColor

Interaction/Widgets/vtkBoxRepresentation.h:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 */
157 void SetForegroundColor(double _arg1, double _arg2, double _arg3);
158 void SetForegroundColor(const double _arg[3])
159 {
160 this->SetForegroundColor(_arg[0], _arg[1], _arg[2]);
161 }
162 ///@}
163
164 ///@{

Callers

nothing calls this directly

Calls 1

SetForegroundColorMethod · 0.45

Tested by

no test coverage detected