FabGL
ESP32 Display Controller and Graphics Library
uiSliderStyle Struct Reference

Contains the slider style. More...

#include <fabui.h>

Public Attributes

RGB888 backgroundColor = RGB888(255, 255, 255)
 
RGB888 gripColor = RGB888(0, 0, 255)
 
RGB888 mouseOverGripColor = RGB888(255, 255, 255)
 
RGB888 rangeColor = RGB888(0, 128, 255)
 
RGB888 slideColor = RGB888(0, 128, 128)
 

Detailed Description

Contains the slider style.

Definition at line 2712 of file fabui.h.


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