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

Method getRealOpacity

Source/Node/Node.cpp:303–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303float Node::getRealOpacity() const noexcept {
304 return _realColor.getOpacity();
305}
306
307void Node::setColor(Color var) {
308 _color = var;

Callers

nothing calls this directly

Calls 1

getOpacityMethod · 0.45

Tested by

no test coverage detected