FabGL
ESP32 Display Controller and Graphics Library
uiButtonStyle Struct Reference

Contains the button style. More...

#include <fabui.h>

Public Attributes

RGB888 backgroundColor = RGB888(128, 128, 128)
 
Bitmap const * bitmap = nullptr
 
uint8_t bitmapTextSpace = 4
 
RGB888 downBackgroundColor = RGB888(0, 255, 0)
 
Bitmap const * downBitmap = nullptr
 
RGB888 downTextColor = RGB888(0, 0, 0)
 
RGB888 mouseDownBackgroundColor = RGB888(128, 128, 255)
 
RGB888 mouseOverBackgroundColor = RGB888(255, 255, 255)
 
RGB888 mouseOverTextColor = RGB888(0, 0, 0)
 
RGB888 textColor = RGB888(0, 0, 0)
 
FontInfo const * textFont = &FONT_std_14
 

Detailed Description

Contains the button style.

Definition at line 1215 of file fabui.h.


The documentation for this struct was generated from the following file: