#include <addressable_light_effect.h>
Definition at line 105 of file addressable_light_effect.h.
◆ AddressableColorWipeEffect()
esphome::light::AddressableColorWipeEffect::AddressableColorWipeEffect |
( |
const std::string & |
name | ) |
|
|
inlineexplicit |
◆ apply()
void esphome::light::AddressableColorWipeEffect::apply |
( |
AddressableLight & |
it, |
|
|
const Color & |
current_color |
|
) |
| |
|
inlineoverridevirtual |
◆ set_add_led_interval()
void esphome::light::AddressableColorWipeEffect::set_add_led_interval |
( |
uint32_t |
add_led_interval | ) |
|
|
inline |
◆ set_colors()
◆ set_reverse()
void esphome::light::AddressableColorWipeEffect::set_reverse |
( |
bool |
reverse | ) |
|
|
inline |
◆ add_led_interval_
uint32_t esphome::light::AddressableColorWipeEffect::add_led_interval_ {} |
|
protected |
◆ at_color_
size_t esphome::light::AddressableColorWipeEffect::at_color_ {0} |
|
protected |
◆ colors_
◆ last_add_
uint32_t esphome::light::AddressableColorWipeEffect::last_add_ {0} |
|
protected |
◆ leds_added_
size_t esphome::light::AddressableColorWipeEffect::leds_added_ {0} |
|
protected |
◆ reverse_
bool esphome::light::AddressableColorWipeEffect::reverse_ {} |
|
protected |
The documentation for this class was generated from the following file: