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

touchgfx::DMA_Interface::enableCopyWithTransparentPixels() method

@fn virtual void DMA_Interface::enableCopyWithTransparentPixels(uint8_t alpha); Configures blit-op hardware for alpha-blending while simultaneously skipping transparent pixels. Configures blit-op hardware for alpha-blending while simultaneously skipping transparent pixels.

Syntax

virtual void enableCopyWithTransparentPixels(uint8_t alpha);

Arguments

alpha

The alpha-blending value to apply.

References

LocationText
DMA.hpp:458
virtual void enableCopyWithTransparentPixels(uint8_t alpha);