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

Method getOpacity

Source/Node/Node.cpp:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299float Node::getOpacity() const noexcept {
300 return _color.getOpacity();
301}
302
303float Node::getRealOpacity() const noexcept {
304 return _realColor.getOpacity();

Callers 8

getLayerDictFunction · 0.45
getRealOpacityMethod · 0.45
setPassOpacityMethod · 0.45
updateRealOpacityMethod · 0.45
renderMethod · 0.45
attribFillStrokeFunction · 0.45
prepareWithMethod · 0.45
node_get_opacityFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected