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

◆ pacifica_deepen_colors()

void pacifica_deepen_colors ( )
Examples
Pacifica.ino.

Definition at line 162 of file Pacifica.ino.

163{
164 for( uint16_t i = 0; i < NUM_LEDS; i++) {
165 leds[i].blue = scale8( leds[i].blue, 145);
166 leds[i].green= scale8( leds[i].green, 200);
167 leds[i] |= fl::CRGB( 2, 5, 7);
168 }
169}
#define NUM_LEDS
fl::CRGB leds[NUM_LEDS]
fl::CRGB CRGB
Definition video.h:15

References leds, and NUM_LEDS.

Referenced by fl::Pacifica::draw(), and pacifica_loop().

+ Here is the caller graph for this function: