TouchGFX + 0/1 examples
CodeScope will show references to touchgfx::TextArea::setAlpha() from the following samples and libraries:
Examples
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::TextArea::setAlpha()

touchgfx::TextArea::setAlpha() method

@fn void TextArea::setAlpha(uint8_t alpha) Sets the alpha value of the text. Sets the alpha value of the text.

Syntax

void setAlpha(uint8_t alpha);

Arguments

alpha

The alpha value. 255 = completely solid. 0 = invisible.

Examples

touchgfx::TextArea::setAlpha() is referenced by 1 libraries and example projects.

References

LocationText
TextArea.hpp:111
void setAlpha(uint8_t alpha)

Data Use

Data read by touchgfx::TextArea::setAlpha()
Data written by touchgfx::TextArea::setAlpha()
touchgfx::TextArea::setAlpha()
all items filtered out