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

Method isPassOpacity

Source/Node/Node.cpp:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335bool Node::isPassOpacity() const noexcept {
336 return _flags.isOn(Node::PassOpacity);
337}
338
339void Node::setPassColor3(bool var) {
340 _flags.set(Node::PassColor3, var);

Callers 2

updateRealOpacityMethod · 0.80
node_is_pass_opacityFunction · 0.80

Calls 1

isOnMethod · 0.80

Tested by

no test coverage detected