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

◆ SetupBlackAndWhiteStripedPalette()

void SetupBlackAndWhiteStripedPalette ( )
Examples
ColorPalette.ino.

Definition at line 130 of file ColorPalette.ino.

131{
132 // 'black out' all 16 palette entries...
134 // and set every fourth one to white.
139
140}
CRGBPalette16 currentPalette
void fill_solid(CRGB *targetArray, int numToFill, const CRGB &color) FL_NOEXCEPT
Fill a range of LEDs with a solid color.
Definition fill.cpp.hpp:9
@ White
<div style='background:#FFFFFF;width:4em;height:4em;'></div>
Definition crgb.h:646
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Definition crgb.h:510

References fl::CRGB::Black, currentPalette, fill_solid(), and fl::CRGB::White.

Referenced by ChangePalettePeriodically().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: