Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getOpacity
Method
getOpacity
Source/Node/Node.cpp:299–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
float Node::getOpacity() const noexcept {
300
return _color.getOpacity();
301
}
302
303
float Node::getRealOpacity() const noexcept {
304
return _realColor.getOpacity();
Callers
8
getLayerDict
Function · 0.45
getRealOpacity
Method · 0.45
setPassOpacity
Method · 0.45
updateRealOpacity
Method · 0.45
render
Method · 0.45
attribFillStroke
Function · 0.45
prepareWith
Method · 0.45
node_get_opacity
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected