touchgfx::LCD::fillRect() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::LCD::fillRect() method

@fn virtual void LCD::fillRect(const Rect& rect, colortype color, uint8_t alpha = 255) = 0; Draws a filled rectangle in the specified color. Draws a filled rectangle in the specified color.

Syntax

virtual void fillRect(const Rect& rect,     colortype color,     uint8_t alpha = 255) = 0;

Arguments

rect

The rectangle to draw in absolute coordinates.

color

The rectangle color.

alpha

The rectangle opacity (255=solid)

References

LocationReferrerScopeText
LCD.hpp:185
virtual void fillRect(const Rect& rect, colortype color, uint8_t alpha = 255) = 0;
LCD16bpp.hpp:143touchgfx::LCD16bpp::fillRect()touchgfx::LCD16bpp
virtual void fillRect(const Rect& rect, colortype color, uint8_t alpha = 255);
LCD24bpp.hpp:145touchgfx::LCD24bpp::fillRect()touchgfx::LCD24bpp
virtual void fillRect(const Rect& rect, colortype color, uint8_t alpha = 255);

Override Tree

Overridden methods
touchgfx::LCD::fillRect()