|
C++ DevKit
C++ set of OOP library
|
data structure used to configure graphic framebuffer More...
#include <canvas.h>

Public Attributes | |
| size_t | canvas_width_pixel |
| the frame width of the graphic frame | |
| size_t | canvas_height_pixel |
| the frame height of the graphic frame | |
| ColorIndex | canvas_foreground_color {ColorIndex::WHITE} |
| the foreground color | |
| ColorIndex | canvas_background_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