ESPHome  2024.4.1
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:158
const Color COLOR_WHITE(255, 255, 255, 255)
static const Color BLACK
Definition: color.h:157
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7