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

touchgfx::DMA_Interface::enableAlpha() method

@fn virtual void DMA_Interface::enableAlpha(uint8_t alpha); Configures blit-op hardware for alpha-blending. Configures blit-op hardware for alpha-blending.

Syntax

virtual void enableAlpha(uint8_t alpha);

Arguments

alpha

The alpha-blending value to apply.

References

LocationText
DMA.hpp:436
virtual void enableAlpha(uint8_t alpha);