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

Method setBackColor

source/MRMesh/MRVisualObject.cpp:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void VisualObject::setBackColor( const Color& color, ViewportId viewportId )
157{
158 if ( backFacesColor_.get( viewportId ) == color )
159 return;
160 backFacesColor_.set( color, viewportId );
161 needRedraw_ = true;
162}
163
164const uint8_t& VisualObject::getGlobalAlpha( ViewportId viewportId /*= {} */ ) const
165{

Callers 9

definePlaneMethod · 0.80
onDragStart_Method · 0.80
drawDrawOptionsColorsMethod · 0.80
setSphereColor_Method · 0.80
cloneRegionFunction · 0.80
cloneRegionFunction · 0.80
cloneRegionFunction · 0.80
loadMesh_Method · 0.80

Calls 2

getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected