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

Contains the listbox style. More...

#include <fabui.h>

Collaboration diagram for fabgl::uiComboBoxStyle:

Public Attributes

RGB buttonBackgroundColor = RGB(1, 1, 1)
 
RGB buttonColor = RGB(2, 2, 2)
 

Detailed Description

Contains the listbox style.

Member Data Documentation

◆ buttonBackgroundColor

RGB fabgl::uiComboBoxStyle::buttonBackgroundColor = RGB(1, 1, 1)

Background color of open/close button

◆ buttonColor

RGB fabgl::uiComboBoxStyle::buttonColor = RGB(2, 2, 2)

Foreground color of open/close button


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