This commit is contained in:
Bodmer 2023-10-13 14:44:13 +01:00 committed by GitHub
parent 0a47730262
commit c5c31b3071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -732,9 +732,6 @@ class TFT_eSPI : public Print { friend class TFT_eSprite; // Sprite class has ac
// Alpha blend 2 colours, see generic "alphaBlend_Test" example
// alpha = 0 = 100% background colour
// alpha = 255 = 100% foreground colour
#if !defined (STM32) && !defined(__IMXRT1052__) && !defined(__IMXRT1062__)
inline
#endif
uint16_t alphaBlend(uint8_t alpha, uint16_t fgc, uint16_t bgc);
// 16 bit colour alphaBlend with alpha dither (dither reduces colour banding)