#include "color.h"#include "font.h"Functions | |
| const Color | mxgui::white (0xffff) |
| White color constant. | |
| const Color | mxgui::black (0x0000) |
| Black color constant. | |
| const Color | mxgui::darkGrey (0x4208) |
| Dark grey color constant. | |
| const Color | mxgui::grey (0x8410) |
| Grey color constant. | |
| const Color | mxgui::lightGrey (0xc618) |
| Light grey color constant. | |
| const Color | mxgui::red (0xf800) |
| Red color constant. | |
| const Color | mxgui::green (0x07e0) |
| Green color constant. | |
| const Color | mxgui::blue (0x001f) |
| Blue color constant. | |
This file contains some constants and type instantiations, such as default colors such as white and black, and font types such as droid11()
1.7.1