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

Contains the scrollable control style. More...

#include <fabui.h>

Collaboration diagram for fabgl::uiScrollableControlStyle:

Public Attributes

RGB mouseOverScrollBarForegroundColor = RGB(3, 3, 3)
 
RGB scrollBarBackgroundColor = RGB(1, 1, 1)
 
RGB scrollBarForegroundColor = RGB(2, 2, 2)
 
uint8_t scrollBarSize = 11
 

Detailed Description

Contains the scrollable control style.

Member Data Documentation

◆ mouseOverScrollBarForegroundColor

RGB fabgl::uiScrollableControlStyle::mouseOverScrollBarForegroundColor = RGB(3, 3, 3)

Foreground color of the scrollbar when mouse is over it

◆ scrollBarBackgroundColor

RGB fabgl::uiScrollableControlStyle::scrollBarBackgroundColor = RGB(1, 1, 1)

Background color of the scrollbar

◆ scrollBarForegroundColor

RGB fabgl::uiScrollableControlStyle::scrollBarForegroundColor = RGB(2, 2, 2)

Foreground color of the scrollbar

◆ scrollBarSize

uint8_t fabgl::uiScrollableControlStyle::scrollBarSize = 11

Width of vertical scrollbar, height of vertical scroll bar


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