FabGL
ESP32 Display Controller and Graphics Library
uiFrameStyle Struct Reference

#include <fabui.h>

Public Attributes

RGB888 activeButtonColor = RGB888(255, 255, 255)
 
RGB888 activeTitleBackgroundColor = RGB888(128, 128, 255)
 
RGB888 activeTitleColor = RGB888(255, 255, 255)
 
RGB888 backgroundColor = RGB888(255, 255, 255)
 
RGB888 buttonColor = RGB888(64, 64, 64)
 
RGB888 mouseOverBackgroundButtonColor = RGB888(0, 0, 255)
 
RGB888 mouseOverButtonColor = RGB888(255, 255, 255)
 
RGB888 titleBackgroundColor = RGB888(128, 128, 128)
 
RGB888 titleColor = RGB888(0, 0, 0)
 
FontInfo const * titleFont = &FONT_std_12
 

Detailed Description

Specifies frame style (colors, title font, etc...)

Definition at line 734 of file fabui.h.


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