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

Method setSourcePointColor

source/MRSymbolMesh/MRObjectLabel.cpp:327–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void ObjectLabel::setSourcePointColor( const Color &color, ViewportId id )
328{
329 if ( sourcePointColor_.get( id ) == color )
330 return;
331
332 sourcePointColor_.set( color, id );
333 needRedraw_ = true;
334}
335
336void ObjectLabel::setLeaderLineColor( const Color &color, ViewportId id )
337{

Callers 1

drawDrawOptionsColorsMethod · 0.80

Calls 2

getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected