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

◆ SetupBlackAndWhiteStripedPalette()

void SetupBlackAndWhiteStripedPalette ( )

Definition at line 255 of file NoisePlusPalette.ino.

256{
257 // 'black out' all 16 palette entries...
259 // and set every fourth one to white.
264
265}
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.

+ Here is the call graph for this function: