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

Method setContourColor

source/MRSymbolMesh/MRObjectLabel.cpp:345–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345void ObjectLabel::setContourColor( const Color& color, ViewportId id )
346{
347 if ( contourColor_.get( id ) == color )
348 return;
349
350 contourColor_.set( color, id );
351 needRedraw_ = true;
352}
353
354const ViewportProperty<Color>& ObjectLabel::getSourcePointColorsForAllViewports() const
355{

Callers 1

drawDrawOptionsColorsMethod · 0.80

Calls 2

getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected