FastLED
3.9.15
Loading...
Searching...
No Matches
◆
myRedWhiteBluePalette_p
const
TProgmemPalette16
myRedWhiteBluePalette_p
Initial value:
=
{
CRGB::Red
,
CRGB::Gray
,
CRGB::Blue
,
CRGB::Black
,
CRGB::Red
,
CRGB::Gray
,
CRGB::Blue
,
CRGB::Black
,
CRGB::Red
,
CRGB::Red
,
CRGB::Gray
,
CRGB::Gray
,
CRGB::Blue
,
CRGB::Blue
,
CRGB::Black
,
CRGB::Black
}
fl::CRGB::Red
@ Red
<div style='background:#FF0000;width:4em;height:4em;'></div>
Definition
crgb.h:622
fl::CRGB::Blue
@ Blue
<div style='background:#0000FF;width:4em;height:4em;'></div>
Definition
crgb.h:512
fl::CRGB::Gray
@ Gray
<div style='background:#808080;width:4em;height:4em;'></div>
Definition
crgb.h:556
fl::CRGB::Black
@ 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
165
CRGB::Blue
,
166
CRGB::Black
,
167
168
CRGB::Red
,
169
CRGB::Gray
,
170
CRGB::Blue
,
171
CRGB::Black
,
172
173
CRGB::Red
,
174
CRGB::Red
,
175
CRGB::Gray
,
176
CRGB::Gray
,
177
CRGB::Blue
,
178
CRGB::Blue
,
179
CRGB::Black
,
180
CRGB::Black
181
};
Referenced by
ChangePalettePeriodically()
.
examples
ColorPalette
ColorPalette.ino
Generated on Tue Jun 16 2026 00:07:00 for FastLED by
1.13.2