MCPcopy 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
1635void Node::Grabber::setBlendFunc(const BlendFunc& var) {
1636 _blendFunc = var;
1637}
1638
1639const BlendFunc& Node::Grabber::getBlendFunc() const noexcept {
1640 return _blendFunc;

Callers 10

newRenderPairMethod · 0.45
grabMethod · 0.45
doRenderMethod · 0.45
grid_set_blend_funcFunction · 0.45
label_set_blend_funcFunction · 0.45
line_set_blend_funcFunction · 0.45
drawnode_set_blend_funcFunction · 0.45
grabber_set_blend_funcFunction · 0.45
tilenode_set_blend_funcFunction · 0.45
sprite_set_blend_funcFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected