|
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.
|
This is the complete list of members for epaper::RGBA, including all inherited members.
| a | epaper::RGBA | |
| b | epaper::RGBA | |
| g | epaper::RGBA | |
| operator==(const RGBA &other) const noexcept -> bool=default | epaper::RGBA | |
| r | epaper::RGBA | |
| RGBA() | epaper::RGBA | inline |
| RGBA(std::uint8_t red, std::uint8_t green, std::uint8_t blue, std::uint8_t alpha=255) | epaper::RGBA | inline |
| RGBA(const RGB &rgb) | epaper::RGBA | inlineexplicit |
| to_grayscale() const noexcept -> std::uint8_t | epaper::RGBA | inline |
| to_rgb() const noexcept -> RGB | epaper::RGBA | inline |