Helper class that defines colors in hex format.
More...
#include <html_utils.h>
|
| static constexpr const char * | red = "\"#DC143C\"" |
| | Red color hex code. More...
|
| |
| static constexpr const char * | green = "\"#7FFF00\"" |
| | Green color hex code. More...
|
| |
| static constexpr const char * | blue = "\"#4169E1\"" |
| | Blue color hex code. More...
|
| |
| static constexpr const char * | grey = "\"#D3D3D3\"" |
| | Grey color hex code. More...
|
| |
| static constexpr const char * | yellow = "\"#FFFF94\"" |
| | Yellow color hex code. More...
|
| |
| static constexpr const char * | white = "\"#FFF\"" |
| | White color hex code. More...
|
| |
| static constexpr const char * | black = "\"#000\"" |
| | Black color hex code. More...
|
| |
Helper class that defines colors in hex format.
| constexpr const char* Colors::black = "\"#000\"" |
|
static |
| constexpr const char* Colors::blue = "\"#4169E1\"" |
|
static |
| constexpr const char* Colors::green = "\"#7FFF00\"" |
|
static |
| constexpr const char* Colors::grey = "\"#D3D3D3\"" |
|
static |
| constexpr const char* Colors::red = "\"#DC143C\"" |
|
static |
| constexpr const char* Colors::white = "\"#FFF\"" |
|
static |
| constexpr const char* Colors::yellow = "\"#FFFF94\"" |
|
static |
The documentation for this struct was generated from the following file: