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

◆ myRedWhiteBluePalette_p

const TProgmemPalette16 myRedWhiteBluePalette_p
Initial value:
=
{
}
@ Red
<div style='background:#FF0000;width:4em;height:4em;'></div>
Definition crgb.h:622
@ Blue
<div style='background:#0000FF;width:4em;height:4em;'></div>
Definition crgb.h:512
@ Gray
<div style='background:#808080;width:4em;height:4em;'></div>
Definition crgb.h:556
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Definition crgb.h:510

Definition at line 161 of file ColorPalette.ino.

162{
163 CRGB::Red,
164 CRGB::Gray, // 'white' is too bright compared to red and blue
167
168 CRGB::Red,
172
173 CRGB::Red,
174 CRGB::Red,
181};

Referenced by ChangePalettePeriodically().