FabGL
ESP32 VGA Controller and Graphics Library
fabgl::uiCheckBoxStyle Struct Reference

Contains the checkbox style. More...

#include <fabui.h>

Collaboration diagram for fabgl::uiCheckBoxStyle:

Public Attributes

RGB backgroundColor = RGB(2, 2, 2)
 
RGB checkedBackgroundColor = RGB(2, 2, 3)
 
RGB foregroundColor = RGB(0, 0, 0)
 
RGB mouseOverBackgroundColor = RGB(2, 2, 3)
 

Detailed Description

Contains the checkbox style.

Member Data Documentation

◆ backgroundColor

RGB fabgl::uiCheckBoxStyle::backgroundColor = RGB(2, 2, 2)

Background color

◆ checkedBackgroundColor

RGB fabgl::uiCheckBoxStyle::checkedBackgroundColor = RGB(2, 2, 3)

Background color when checked

◆ foregroundColor

RGB fabgl::uiCheckBoxStyle::foregroundColor = RGB(0, 0, 0)

Foreground color

◆ mouseOverBackgroundColor

RGB fabgl::uiCheckBoxStyle::mouseOverBackgroundColor = RGB(2, 2, 3)

Background color when mouse is over


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