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:545
@ Blue
<div style='background:#0000FF;width:4em;height:4em;'></div>
Definition crgb.h:501
@ Red
<div style='background:#FF0000;width:4em;height:4em;'></div>
Definition crgb.h:611
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Definition crgb.h:499

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().