touchgfx::ScrollableContainer::setScrollbarsAlpha() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::ScrollableContainer::setScrollbarsAlpha()

touchgfx::ScrollableContainer::setScrollbarsAlpha() method

@fn void ScrollableContainer::setScrollbarsAlpha(uint8_t alpha); Sets the alpha value for the scroll bars. Sets the alpha value for the scroll bars.

Syntax

void setScrollbarsAlpha(uint8_t alpha);

Arguments

alpha

The alpha value. 255 = completely solid.

References

LocationText
ScrollableContainer.hpp:326
void setScrollbarsAlpha(uint8_t alpha);