#include <cstdint>
Go to the source code of this file.
|
| constexpr RGB | epaper::colors::Black {0, 0, 0} |
| |
| constexpr RGB | epaper::colors::White {255, 255, 255} |
| |
| constexpr RGB | epaper::colors::Red {255, 0, 0} |
| |
| constexpr RGB | epaper::colors::Green {0, 255, 0} |
| |
| constexpr RGB | epaper::colors::Blue {0, 0, 255} |
| |
| constexpr RGB | epaper::colors::Yellow {255, 255, 0} |
| |
| constexpr RGB | epaper::colors::Cyan {0, 255, 255} |
| |
| constexpr RGB | epaper::colors::Magenta {255, 0, 255} |
| |
| constexpr RGB | epaper::colors::Gray {128, 128, 128} |
| |
| constexpr RGB | epaper::colors::DarkGray {64, 64, 64} |
| |
| constexpr RGB | epaper::colors::LightGray {192, 192, 192} |
| |