C++ DevKit
C++ set of OOP library
|
data structure used to configure graphic framebuffer More...
#include <canvas.h>
Public Attributes | |
size_t | pixel_frame_width |
the frame width of the graphic frame | |
size_t | pixel_frame_height |
the frame height of the graphic frame | |
ColorIndex | fg_color {ColorIndex::WHITE} |
the foreground color | |
ColorIndex | bg_color {ColorIndex::BLACK} |
the background color | |
uint8_t | widget_anchor_x {0} |
the x_axis anchor of the widget | |
uint8_t | widget_anchor_y {0} |
the y-axis anchor of the widget | |
bool | widget_with_border {false} |
a flag that indicates if the widget has a 1-pixel width border | |
data structure used to configure graphic framebuffer