ESPHome
2024.10.2
|
#include <addressable_light_effect.h>
Public Member Functions | |
AddressableRainbowLightEffect (const std::string &name) | |
void | apply (AddressableLight &it, const Color ¤t_color) override |
void | set_speed (uint32_t speed) |
void | set_width (uint16_t width) |
Public Member Functions inherited from esphome::light::AddressableLightEffect | |
AddressableLightEffect (const std::string &name) | |
void | start_internal () override |
void | stop () override |
void | apply () override |
Public Member Functions inherited from esphome::light::LightEffect | |
LightEffect (std::string name) | |
virtual void | start () |
Initialize this LightEffect. Will be called once after creation. More... | |
const std::string & | get_name () |
virtual void | init () |
Internal method called by the LightState when this light effect is registered in it. More... | |
void | init_internal (LightState *state) |
Protected Attributes | |
uint32_t | speed_ {10} |
uint16_t | width_ {50} |
Protected Attributes inherited from esphome::light::LightEffect | |
LightState * | state_ {nullptr} |
std::string | name_ |
Additional Inherited Members | |
Protected Member Functions inherited from esphome::light::AddressableLightEffect | |
AddressableLight * | get_addressable_ () const |
Definition at line 75 of file addressable_light_effect.h.
|
inlineexplicit |
Definition at line 77 of file addressable_light_effect.h.
|
inlineoverridevirtual |
Implements esphome::light::AddressableLightEffect.
Definition at line 78 of file addressable_light_effect.h.
|
inline |
Definition at line 91 of file addressable_light_effect.h.
|
inline |
Definition at line 92 of file addressable_light_effect.h.
|
protected |
Definition at line 95 of file addressable_light_effect.h.
|
protected |
Definition at line 96 of file addressable_light_effect.h.