ESPHome  2024.7.2
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
const Color COLOR_BLACK(0, 0, 0, 0)
static const Color WHITE
Definition: color.h:161
const Color COLOR_WHITE(255, 255, 255, 255)
static const Color BLACK
Definition: color.h:160
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7