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

Method SetBackgroundColor

Charts/Core/vtkScatterPlotMatrix.cxx:1689–1696  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1687
1688//------------------------------------------------------------------------------
1689void vtkScatterPlotMatrix::SetBackgroundColor(int plotType, const vtkColor4ub& color)
1690{
1691 if (plotType >= 0 && plotType < vtkScatterPlotMatrix::NOPLOT)
1692 {
1693 this->Private->ChartSettings[plotType]->BackgroundBrush->SetColor(color);
1694 this->Modified();
1695 }
1696}
1697
1698//------------------------------------------------------------------------------
1699void vtkScatterPlotMatrix::SetAxisColor(int plotType, const vtkColor4ub& color)

Callers 15

TestGL2PSTextActor3DFunction · 0.45
TestGL2PSTextActorFunction · 0.45
TestGL2PSTextMapperFunction · 0.45
TestQtLabelStrategyFunction · 0.45
CreateOceanThemeMethod · 0.45
CreateNeonThemeMethod · 0.45
CreateMellowThemeMethod · 0.45
DisplayGraphFunction · 0.45
SetAxisColorMethod · 0.45
TestResliceCursorWidget2Function · 0.45

Calls 2

SetColorMethod · 0.45
ModifiedMethod · 0.45

Tested by 15

TestGL2PSTextActor3DFunction · 0.36
TestGL2PSTextActorFunction · 0.36
TestGL2PSTextMapperFunction · 0.36
TestQtLabelStrategyFunction · 0.36
TestResliceCursorWidget2Function · 0.36
TestResliceCursorWidget3Function · 0.36
TestProgressBarWidgetFunction · 0.36
AddTextPropertyFunction · 0.36
FontChangeMethod · 0.36
TestLabeledDataMappersFunction · 0.36
TestFlagpoleLabelFunction · 0.36