touchgfx::Button::alpha is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Button::alpha field

Syntax

uint8_t alpha;

References

LocationReferrerScopeText
Button.hpp:151
uint8_t alpha; ///< The current alpha value. 255 denotes solid, 0 denotes completely transparent.
Button.hpp:45touchgfx::Button::Button()touchgfx::Button
Button() : AbstractButton(), up(), down(), alpha(255) { }
Button.hpp:102touchgfx::Button::setAlpha()touchgfx::Button
this->alpha = alpha;
Button.hpp:116touchgfx::Button::getAlpha() consttouchgfx::Button
return alpha;

Data Use

Functions writing touchgfx::Button::alpha
Functions reading touchgfx::Button::alpha
all items filtered out
touchgfx::Button::alpha
Type of touchgfx::Button::alpha
touchgfx::Button::alpha
uint8_t
all items filtered out