|
ESPHome 2026.5.3
|
#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 104 of file addressable_light_effect.h.
| uint8_t esphome::light::AddressableColorWipeEffectColor::b |
Definition at line 105 of file addressable_light_effect.h.
| uint8_t esphome::light::AddressableColorWipeEffectColor::g |
Definition at line 105 of file addressable_light_effect.h.
| bool esphome::light::AddressableColorWipeEffectColor::gradient |
Definition at line 108 of file addressable_light_effect.h.
| size_t esphome::light::AddressableColorWipeEffectColor::num_leds |
Definition at line 107 of file addressable_light_effect.h.
| uint8_t esphome::light::AddressableColorWipeEffectColor::r |
Definition at line 105 of file addressable_light_effect.h.
| bool esphome::light::AddressableColorWipeEffectColor::random |
Definition at line 106 of file addressable_light_effect.h.
| uint8_t esphome::light::AddressableColorWipeEffectColor::w |
Definition at line 105 of file addressable_light_effect.h.