Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getRealOpacity
Method
getRealOpacity
Source/Node/Node.cpp:303–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
}
302
303
float Node::getRealOpacity() const noexcept {
304
return _realColor.getOpacity();
305
}
306
307
void Node::setColor(Color var) {
308
_color = var;
Callers
nothing calls this directly
Calls
1
getOpacity
Method · 0.45
Tested by
no test coverage detected