MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / setBaseColor

Method setBaseColor

source/MRViewer/MRSurfacePointPicker.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void SurfacePointWidget::setBaseColor( const Color& color )
124{
125 if ( params_.baseColor == color )
126 return;
127 params_.baseColor = color;
128 setSphereColor_();
129}
130
131void SurfacePointWidget::updateParameters( const std::function<void( Parameters& )>& visitor )
132{

Callers 2

createPickWidget_Method · 0.80
colorLast2Points_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected