Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2015
uint8_t Node::getOpacity() const
2016
{
2017
return _realOpacity;
2018
}
2019
2020
uint8_t Node::getDisplayedOpacity() const
2021
{
Callers
9
setupTileSprite
Method · 0.45
startWithTarget
Method · 0.45
updateChildrenDisplayedRGBA
Method · 0.45
copyProperties
Method · 0.45
getSelectedIndexOpacity
Method · 0.45
onPressStateChangedToPressed
Method · 0.45
createControls
Method · 0.45
getScrollBarOpacity
Method · 0.45
menuCallbackOpacity
Method · 0.45
Calls
no outgoing calls
Tested by
1
menuCallbackOpacity
Method · 0.36