MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / setPassOpacity

Method setPassOpacity

Source/Node/Node.cpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void Node::setPassOpacity(bool var) {
331 _flags.set(Node::PassOpacity, var);
332 setOpacity(_color.getOpacity());
333}
334
335bool Node::isPassOpacity() const noexcept {
336 return _flags.isOn(Node::PassOpacity);

Callers 1

node_set_pass_opacityFunction · 0.80

Calls 3

setOpacityFunction · 0.85
setMethod · 0.65
getOpacityMethod · 0.45

Tested by

no test coverage detected