ESPHome 2025.5.0
Loading...
Searching...
No Matches
color.cpp
Go to the documentation of this file.
2
3namespace esphome {
4
5const Color Color::BLACK(0, 0, 0, 0);
6const Color Color::WHITE(255, 255, 255, 255);
7
8const Color COLOR_BLACK(0, 0, 0, 0);
9const Color COLOR_WHITE(255, 255, 255, 255);
10
11} // namespace esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7
const Color COLOR_WHITE(255, 255, 255, 255)
const Color COLOR_BLACK(0, 0, 0, 0)
static const Color WHITE
Definition color.h:169
static const Color BLACK
Definition color.h:168