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

◆ SetupBlackAndWhiteStripedPalette()

void SetupBlackAndWhiteStripedPalette ( )
Examples
ColorPalette.ino, and NoisePlusPalette.ino.

Definition at line 128 of file ColorPalette.ino.

129{
130 // 'black out' all 16 palette entries...
132 // and set every fourth one to white.
137
138}
CRGBPalette16 currentPalette
void fill_solid(struct CRGB *targetArray, int numToFill, const struct CRGB &color)
Fill a range of LEDs with a solid color.
@ White
<div style='background:#FFFFFF;width:4em;height:4em;'></div>
Definition crgb.h:635
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Definition crgb.h:499

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

Referenced by ChangePaletteAndSettingsPeriodically(), and ChangePalettePeriodically().

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