ESPHome
2025.5.0
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
const
Color
Color::BLACK
(0, 0, 0, 0);
6
const
Color
Color::WHITE
(255, 255, 255, 255);
7
8
const
Color
COLOR_BLACK
(0, 0, 0, 0);
9
const
Color
COLOR_WHITE
(255, 255, 255, 255);
10
11
}
// namespace esphome
color.h
esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition
a01nyub.cpp:7
esphome::COLOR_WHITE
const Color COLOR_WHITE(255, 255, 255, 255)
esphome::COLOR_BLACK
const Color COLOR_BLACK(0, 0, 0, 0)
esphome::Color
Definition
color.h:10
esphome::Color::WHITE
static const Color WHITE
Definition
color.h:169
esphome::Color::BLACK
static const Color BLACK
Definition
color.h:168
Generated by
1.12.0