MCPcopy Create free account
hub / github.com/axmolengine/axmol / getOpacity

Method getOpacity

core/2d/Node.cpp:2015–2018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2013// MARK: Opacity and Color
2014
2015uint8_t Node::getOpacity() const
2016{
2017 return _realOpacity;
2018}
2019
2020uint8_t Node::getDisplayedOpacity() const
2021{

Callers 9

setupTileSpriteMethod · 0.45
startWithTargetMethod · 0.45
copyPropertiesMethod · 0.45
createControlsMethod · 0.45
getScrollBarOpacityMethod · 0.45
menuCallbackOpacityMethod · 0.45

Calls

no outgoing calls

Tested by 1

menuCallbackOpacityMethod · 0.36