Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ setOpacity
Method
setOpacity
Source/Node/Node.cpp:294–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
292
}
293
294
void Node::setOpacity(float var) {
295
_color.setOpacity(var);
296
updateRealOpacity();
297
}
298
299
float Node::getOpacity() const noexcept {
300
return _color.getOpacity();
Callers
8
render
Method · 0.45
updateRealOpacity
Method · 0.45
attribFillStroke
Function · 0.45
xmlSAX2StartElement
Method · 0.45
SetOpacity
Function · 0.45
restore
Method · 0.45
update
Method · 0.45
node_set_opacity
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected