FabGL
ESP32 Display Controller and Graphics Library
uiCheckBoxStyle Struct Reference

Contains the checkbox style. More...

#include <fabui.h>

Public Attributes

RGB888 backgroundColor = RGB888(128, 128, 128)
 
RGB888 checkedBackgroundColor = RGB888(128, 128, 128)
 
RGB888 foregroundColor = RGB888(0, 0, 0)
 
RGB888 mouseOverBackgroundColor = RGB888(128, 128, 255)
 
RGB888 mouseOverForegroundColor = RGB888(0, 0, 0)
 

Detailed Description

Contains the checkbox style.

Definition at line 2585 of file fabui.h.


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