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

Method setOpacity

Source/Node/Node.cpp:294–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294void Node::setOpacity(float var) {
295 _color.setOpacity(var);
296 updateRealOpacity();
297}
298
299float Node::getOpacity() const noexcept {
300 return _color.getOpacity();

Callers 8

renderMethod · 0.45
updateRealOpacityMethod · 0.45
attribFillStrokeFunction · 0.45
xmlSAX2StartElementMethod · 0.45
SetOpacityFunction · 0.45
restoreMethod · 0.45
updateMethod · 0.45
node_set_opacityFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected