FabGL
ESP32 VGA Controller and Graphics Library
|
#include <fabui.h>
Public Attributes | |
RGB | activeButtonColor = RGB(0, 0, 0) |
RGB | activeTitleBackgroundColor = RGB(2, 2, 3) |
RGB | activeTitleColor = RGB(0, 0, 0) |
RGB | backgroundColor = RGB(3, 3, 3) |
RGB | buttonColor = RGB(1, 1, 1) |
RGB | mouseOverBackgroundButtonColor = RGB(0, 0, 3) |
RGB | mouseOverButtonColor = RGB(3, 3, 3) |
RGB | titleBackgroundColor = RGB(2, 2, 2) |
RGB | titleColor = RGB(0, 0, 0) |
FontInfo const * | titleFont = Canvas.getPresetFontInfoFromHeight(14, false) |
Specifies frame style (colors, title font, etc...)
Color used to draw Close, Maximize and Minimize buttons
Title background color when active
Color used to draw Close, Maximize and Minimize buttons
Color used for background of Close, Maximize and Minimize buttons when mouse is over them
Color used for pen of Close, Maximize and Minimize buttons when mouse is over them
FontInfo const* fabgl::uiFrameStyle::titleFont = Canvas.getPresetFontInfoFromHeight(14, false) |
Title font