MCPcopy 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
144unsigned char GuiComponent::getOpacity() const
145{
146 return mOpacity;
147}
148
149void GuiComponent::setOpacity(unsigned char opacity)
150{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected