- Examples
- DemoReel100.ino.
Definition at line 89 of file DemoReel100.ino.
90{
91
95}
void fadeToBlackBy(CRGB *leds, uint16_t num_leds, uint8_t fadeBy)
Reduce the brightness of an array of pixels all at once.
LIB8STATIC uint16_t random16()
Generate a 16-bit random number.
LIB8STATIC uint8_t random8()
Generate an 8-bit random number.
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
References fadeToBlackBy(), gHue, leds, NUM_LEDS, pos, random16(), and random8().
Referenced by fl::DemoReel100::runPattern().