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

◆ myRedWhiteBluePalette_p

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

Definition at line 159 of file ColorPalette.ino.

160{
161 CRGB::Red,
162 CRGB::Gray, // 'white' is too bright compared to red and blue
165
166 CRGB::Red,
170
171 CRGB::Red,
172 CRGB::Red,
179};

Referenced by ChangePalettePeriodically().