ESPHome  2024.4.1
Data Fields
esphome::light::AddressableColorWipeEffectColor Struct Reference

#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
 

Detailed Description

Definition at line 99 of file addressable_light_effect.h.

Field Documentation

◆ b

uint8_t esphome::light::AddressableColorWipeEffectColor::b

Definition at line 100 of file addressable_light_effect.h.

◆ g

uint8_t esphome::light::AddressableColorWipeEffectColor::g

Definition at line 100 of file addressable_light_effect.h.

◆ gradient

bool esphome::light::AddressableColorWipeEffectColor::gradient

Definition at line 103 of file addressable_light_effect.h.

◆ num_leds

size_t esphome::light::AddressableColorWipeEffectColor::num_leds

Definition at line 102 of file addressable_light_effect.h.

◆ r

uint8_t esphome::light::AddressableColorWipeEffectColor::r

Definition at line 100 of file addressable_light_effect.h.

◆ random

bool esphome::light::AddressableColorWipeEffectColor::random

Definition at line 101 of file addressable_light_effect.h.

◆ w

uint8_t esphome::light::AddressableColorWipeEffectColor::w

Definition at line 100 of file addressable_light_effect.h.


The documentation for this struct was generated from the following file: