ESPHome
2025.2.2
|
#include <addressable_light_effect.h>
Data Fields | |
uint8_t | r |
uint8_t | g |
uint8_t | b |
uint8_t | w |
bool | random |
size_t | num_leds |
bool | gradient |
Definition at line 99 of file addressable_light_effect.h.
uint8_t esphome::light::AddressableColorWipeEffectColor::b |
Definition at line 100 of file addressable_light_effect.h.
uint8_t esphome::light::AddressableColorWipeEffectColor::g |
Definition at line 100 of file addressable_light_effect.h.
bool esphome::light::AddressableColorWipeEffectColor::gradient |
Definition at line 103 of file addressable_light_effect.h.
size_t esphome::light::AddressableColorWipeEffectColor::num_leds |
Definition at line 102 of file addressable_light_effect.h.
uint8_t esphome::light::AddressableColorWipeEffectColor::r |
Definition at line 100 of file addressable_light_effect.h.
bool esphome::light::AddressableColorWipeEffectColor::random |
Definition at line 101 of file addressable_light_effect.h.
uint8_t esphome::light::AddressableColorWipeEffectColor::w |
Definition at line 100 of file addressable_light_effect.h.