FabGL
ESP32 Display Controller and Graphics Library

◆ setBrushColor() [2/3]

void setBrushColor ( RGB888 const &  color)

Sets brush (background) color specifying color components.

Parameters
colorThe color RGB888 components.

Example:

 // Set blue brush
 Canvas.setBrushColor(Color::BrightBlue);

Definition at line 238 of file canvas.cpp.