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

touchgfx::LCD16bpp::fillRect() method

@fn virtual void LCD16bpp::fillRect(const Rect& rect, colortype color, uint8_t alpha = 255); 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);

Arguments

rect

The rectangle to draw in absolute coordinates.

color

The rectangle color.

alpha

The rectangle opacity (255=solid)

References

LocationText
LCD16bpp.hpp:143
virtual void fillRect(const Rect& rect, colortype color, uint8_t alpha = 255);

Override Tree

Methods overriding this one
touchgfx::LCD16bpp::fillRect()
all items filtered out