ESPHome
2024.10.2
|
#include <addressable_light_effect.h>
Public Member Functions | |
AddressableFlickerEffect (const std::string &name) | |
void | apply (AddressableLight &it, const Color ¤t_color) override |
void | set_update_interval (uint32_t update_interval) |
void | set_intensity (float intensity) |
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 | update_interval_ {16} |
uint32_t | last_update_ {0} |
uint8_t | intensity_ {13} |
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 336 of file addressable_light_effect.h.
|
inlineexplicit |
Definition at line 338 of file addressable_light_effect.h.
|
inlineoverridevirtual |
Implements esphome::light::AddressableLightEffect.
Definition at line 339 of file addressable_light_effect.h.
|
inline |
Definition at line 360 of file addressable_light_effect.h.
|
inline |
Definition at line 359 of file addressable_light_effect.h.
|
protected |
Definition at line 365 of file addressable_light_effect.h.
|
protected |
Definition at line 364 of file addressable_light_effect.h.
|
protected |
Definition at line 363 of file addressable_light_effect.h.