FabGL
ESP32 Display Controller and Graphics Library
|
void setBrushColor | ( | RGB888 const & | color | ) |
Sets brush (background) color specifying color components.
color | The color RGB888 components. |
Example:
// Set blue brush Canvas.setBrushColor(Color::BrightBlue);
Definition at line 238 of file canvas.cpp.