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

Method SetForegroundColor

Interaction/Widgets/vtkBoxRepresentation.cxx:1269–1279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1267}
1268
1269void vtkBoxRepresentation::SetForegroundColor(double _arg1, double _arg2, double _arg3)
1270{
1271 double* outlineColor = this->OutlineProperty->GetColor();
1272 if ((outlineColor[0] != _arg1) || (outlineColor[1] != _arg2) || (outlineColor[2] != _arg3))
1273 {
1274 this->OutlineProperty->SetColor(_arg1, _arg2, _arg3);
1275 this->HexActor->Modified();
1276 this->HexOutline->Modified();
1277 this->Modified();
1278 }
1279}
1280
1281void vtkBoxRepresentation::SetInteractionColor(double _arg1, double _arg2, double _arg3)
1282{

Callers 15

SetForegroundColorFunction · 0.45
SetForegroundColorFunction · 0.45
SetForegroundColorFunction · 0.45
SetForegroundColorFunction · 0.45
SetForegroundColorFunction · 0.45
SetForegroundColorFunction · 0.45
SetForegroundColorFunction · 0.45
SetForegroundColorFunction · 0.45
SetForegroundColorFunction · 0.45
SetForegroundColorFunction · 0.45
SetForegroundColorFunction · 0.45
SetForegroundColorFunction · 0.45

Calls 3

GetColorMethod · 0.45
SetColorMethod · 0.45
ModifiedMethod · 0.45

Tested by 2

TestTextSourceFunction · 0.36