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

Method setLeaderLineColor

source/MRSymbolMesh/MRObjectLabel.cpp:336–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void ObjectLabel::setLeaderLineColor( const Color &color, ViewportId id )
337{
338 if ( leaderLineColor_.get( id ) == color )
339 return;
340
341 leaderLineColor_.set( color, id );
342 needRedraw_ = true;
343}
344
345void ObjectLabel::setContourColor( const Color& color, ViewportId id )
346{

Callers 1

drawDrawOptionsColorsMethod · 0.80

Calls 2

getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected