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

Method setFrontColorsForAllViewports

source/MRMesh/MRVisualObject.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void VisualObject::setFrontColorsForAllViewports( ViewportProperty<Color> val, bool selected )
134{
135 selected ? selectedColor_ = std::move( val ) : unselectedColor_ = std::move( val );
136 needRedraw_ = true;
137}
138
139const ViewportProperty<Color>& VisualObject::getBackColorsForAllViewports() const
140{

Callers 2

mcpSceneSetObjectStateFunction · 0.80
actionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected