ASCO Aerial Autonomy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Attributes | List of all members
Colors Struct Reference

Helper class that defines colors in hex format. More...

#include <html_utils.h>

Static Public Attributes

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...
 

Detailed Description

Helper class that defines colors in hex format.

Member Data Documentation

constexpr const char* Colors::black = "\"#000\""
static

Black color hex code.

constexpr const char* Colors::blue = "\"#4169E1\""
static

Blue color hex code.

constexpr const char* Colors::green = "\"#7FFF00\""
static

Green color hex code.

constexpr const char* Colors::grey = "\"#D3D3D3\""
static

Grey color hex code.

constexpr const char* Colors::red = "\"#DC143C\""
static

Red color hex code.

constexpr const char* Colors::white = "\"#FFF\""
static

White color hex code.

constexpr const char* Colors::yellow = "\"#FFFF94\""
static

Yellow color hex code.


The documentation for this struct was generated from the following file: