Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ setBlendFunc
Method
setBlendFunc
Source/Node/Node.cpp:1635–1637 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1633
}
1634
1635
void Node::Grabber::setBlendFunc(const BlendFunc& var) {
1636
_blendFunc = var;
1637
}
1638
1639
const BlendFunc& Node::Grabber::getBlendFunc() const noexcept {
1640
return _blendFunc;
Callers
10
newRenderPair
Method · 0.45
grab
Method · 0.45
doRender
Method · 0.45
grid_set_blend_func
Function · 0.45
label_set_blend_func
Function · 0.45
line_set_blend_func
Function · 0.45
drawnode_set_blend_func
Function · 0.45
grabber_set_blend_func
Function · 0.45
tilenode_set_blend_func
Function · 0.45
sprite_set_blend_func
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected