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

Method setColor

source/MRViewer/MRDirectionWidget.cpp:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void DirectionWidget::setColor( const Color& color )
199{
200 color_ = color;
201 if ( directionObj_ )
202 directionObj_->setFrontColor( color_, false );
203}
204
205const Color& DirectionWidget::getColor() const
206{

Callers

nothing calls this directly

Calls 1

setFrontColorMethod · 0.45

Tested by

no test coverage detected