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