ESPHome 2025.9.0-dev
Loading...
Searching...
No Matches
color.cpp
Go to the documentation of this file.
2
3namespace esphome {
4
5// C++20 constinit ensures compile-time initialization (stored in ROM)
6constinit const Color Color::BLACK(0, 0, 0, 0);
7constinit const Color Color::WHITE(255, 255, 255, 255);
8
9} // namespace esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7
static const Color WHITE
Definition color.h:184
static const Color BLACK
Definition color.h:183