Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ getOpacity
Method
getOpacity
src/GuiComponent.cpp:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
unsigned char GuiComponent::getOpacity() const
145
{
146
return mOpacity;
147
}
148
149
void GuiComponent::setOpacity(unsigned char opacity)
150
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected