libepaper 2.0.0
A C++23 library for controlling Waveshare e-paper displays on Raspberry Pi, featuring transparent sleep/wake management and a fluent builder API.
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
color.hpp File Reference
#include <cstdint>
Include dependency graph for color.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  epaper::RGB
 
struct  epaper::RGBA
 

Namespaces

namespace  epaper
 
namespace  epaper::colors
 

Variables

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}