ESPHome
2024.10.2
esphome
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
esphome::COLOR_BLACK
const Color COLOR_BLACK(0, 0, 0, 0)
esphome::Color::WHITE
static const Color WHITE
Definition:
color.h:169
esphome::COLOR_WHITE
const Color COLOR_WHITE(255, 255, 255, 255)
color.h
esphome::Color::BLACK
static const Color BLACK
Definition:
color.h:168
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
Generated by
1.8.13