FastLED 3.9.15
Loading...
Searching...
No Matches

◆ set_all()

void fl::third_party::ezWS2812::set_all ( uint8_t red,
uint8_t green,
uint8_t blue )
inline

Set all LEDs to the same color.

Parameters
redRed value (0-255)
greenGreen value (0-255)
blueBlue value (0-255)

Definition at line 140 of file ezWS2812.h.

140 {
141 set_pixel(red, green, blue, num_leds_);
142 }
void set_pixel(uint8_t red, uint8_t green, uint8_t blue, uint16_t count=1)
Set color for specific number of LEDs.
Definition ezWS2812.h:115

References num_leds_, and set_pixel().

+ Here is the call graph for this function: