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
}
CRGB::Gray
@ Gray
<div style='background:#808080;width:4em;height:4em;'></div>
Definition
crgb.h:545
CRGB::Blue
@ Blue
<div style='background:#0000FF;width:4em;height:4em;'></div>
Definition
crgb.h:501
CRGB::Red
@ Red
<div style='background:#FF0000;width:4em;height:4em;'></div>
Definition
crgb.h:611
CRGB::Black
@ 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
163
CRGB::Blue
,
164
CRGB::Black
,
165
166
CRGB::Red
,
167
CRGB::Gray
,
168
CRGB::Blue
,
169
CRGB::Black
,
170
171
CRGB::Red
,
172
CRGB::Red
,
173
CRGB::Gray
,
174
CRGB::Gray
,
175
CRGB::Blue
,
176
CRGB::Blue
,
177
CRGB::Black
,
178
CRGB::Black
179
};
Referenced by
ChangePalettePeriodically()
.
examples
ColorPalette
ColorPalette.ino
Generated on Fri Apr 18 2025 03:39:31 for FastLED by
1.13.2